Replace i3lock with i3lock-color

This commit is contained in:
Elnu 2022-10-10 21:04:41 -07:00
parent 14dae672b2
commit cad3df2800
4 changed files with 6 additions and 3 deletions

View file

@ -5,5 +5,4 @@ substituteAll {
src = ./lock.sh;
dir = "bin";
isExecutable = true;
inherit (pkgs) i3lock;
}

View file

@ -1 +1 @@
i3lock -i `readlink -f ~/.background-image`
i3lock-color --fill -c 272c36 -i `readlink -f ~/.background-image`