home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit a5854b6fbf81196d357a09a8d88259196b6b214b
parent ebc0a51e38774f861ecc3f59b9f695e86e1fb760
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Tue,  7 Aug 2018 17:47:15 +0200

Switch to a colored lock screen :D

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mdesktop.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/desktop.nix b/desktop.nix @@ -34,7 +34,7 @@ network-manager-applet.enable = true; screen-locker = { enable = true; - lockCmd = "i3lock-color --clock -i $HOME/.background-lock --tiling"; + lockCmd = "i3lock-color --clock --color=606060"; inactiveInterval = 15; }; random-background = {