Wallpaper : Fix broken readme ref.

This commit is contained in:
Dmitry Voronin 2024-05-15 02:18:59 +03:00
parent 884defce20
commit 8857f1169d
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -1,10 +1,10 @@
{ pkgs, ... }: let
url = "https://pixeldrain.com/api/file/ppeeEr4d";
sha256 = "sha256-CeKigHd9R6Q4axalcWjHySuOj1RuY68niJ4qoQai4rM=";
# Sometimes stylix does not generate enough contrast for text.
# This setting forces white text to ensure contrast on dark backgrounds.
forceWhiteText = true;
url = "https://pixeldrain.com/api/file/ppeeEr4d";
sha256 = "sha256-CeKigHd9R6Q4axalcWjHySuOj1RuY68niJ4qoQai4rM=";
in {
inherit forceWhiteText;