Wallpaper : Paper-ish dragon.

This commit is contained in:
Dmitry Voronin 2024-05-30 16:25:20 +03:00
parent 7e50181eb7
commit b3b36b605a
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, lib, wallpaper, style, ... } @args: let
{ pkgs, lib, ... } @args: let
sway = import ./desktop/sway args;
config = pkgs.writeText "swayConfig" sway.config;
script = pkgs.writeShellScriptBin "swayscript" sway.script;

View file

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