Wallpaper : Austroquarium.

This commit is contained in:
Dmitry Voronin 2024-06-23 01:29:43 +03:00
parent 7057630722
commit 06991d8f5f
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -1,10 +1,10 @@
{ pkgs, ... }: let
url = "https://i.imgur.com/CrX0Grv.png";
sha256 = "sha256-b9kHrg+EtLCQvIgpvv4hFp79jswAurntty3YnFKr5j0=";
url = "https://i.imgur.com/1RVKYxq.jpeg";
sha256 = "sha256-9L2nlp2RpdIAKsoA9j1wgTF6WTkBYZCU0z7Rnn8pCvY=";
# Sometimes stylix does not generate enough contrast for text.
# This setting forces white text to ensure contrast on dark backgrounds.
forceContrastText = true;
forceContrastText = false;
in {
inherit forceContrastText;