Wallpaper : Paper-ish dragon.
This commit is contained in:
parent
7e50181eb7
commit
b3b36b605a
|
@ -1,4 +1,4 @@
|
||||||
{ pkgs, lib, wallpaper, style, ... } @args: let
|
{ pkgs, lib, ... } @args: let
|
||||||
sway = import ./desktop/sway args;
|
sway = import ./desktop/sway args;
|
||||||
config = pkgs.writeText "swayConfig" sway.config;
|
config = pkgs.writeText "swayConfig" sway.config;
|
||||||
script = pkgs.writeShellScriptBin "swayscript" sway.script;
|
script = pkgs.writeShellScriptBin "swayscript" sway.script;
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
{ pkgs, ... }: let
|
{ pkgs, ... }: let
|
||||||
url = "https://pixeldrain.com/api/file/ppeeEr4d";
|
url = "https://i.imgur.com/H943DFl.jpeg";
|
||||||
sha256 = "sha256-CeKigHd9R6Q4axalcWjHySuOj1RuY68niJ4qoQai4rM=";
|
sha256 = "sha256-xgfok169eRSu22On2SEcdiUOe8Stpj3f9Ch4IhQ52uY=";
|
||||||
|
|
||||||
# Sometimes stylix does not generate enough contrast for text.
|
# Sometimes stylix does not generate enough contrast for text.
|
||||||
# This setting forces white text to ensure contrast on dark backgrounds.
|
# This setting forces white text to ensure contrast on dark backgrounds.
|
||||||
forceWhiteText = true;
|
forceWhiteText = false;
|
||||||
in {
|
in {
|
||||||
inherit forceWhiteText;
|
inherit forceWhiteText;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue