diff options
author | sefidel <contact@sefidel.net> | 2023-08-29 07:23:13 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-09-01 16:18:04 +0900 |
commit | bb0b9611d726dde0f2fcdd742bd179b0b617e9f5 (patch) | |
tree | d41beab0d431f0701b6dade860e2b94270ef4430 /home/profiles/gui/default.nix | |
parent | 85a74d36033b4262e49d65c206fe8cd5c640121c (diff) | |
download | nixrc-bb0b9611d726dde0f2fcdd742bd179b0b617e9f5.tar.gz nixrc-bb0b9611d726dde0f2fcdd742bd179b0b617e9f5.zip |
fix(home/gui): fix white screen on manual suspend
Diffstat (limited to 'home/profiles/gui/default.nix')
-rw-r--r-- | home/profiles/gui/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/profiles/gui/default.nix b/home/profiles/gui/default.nix index 1ae0edb..73ee1fd 100644 --- a/home/profiles/gui/default.nix +++ b/home/profiles/gui/default.nix @@ -135,6 +135,7 @@ in lockCommand = ''${swaylock-effects}/bin/swaylock \ --daemonize \ --screenshots \ + --color ${neotheme.colors.background} \ --clock \ --indicator \ --show-failed-attempts \ |