Replace i3lock with i3lock-color
This commit is contained in:
parent
14dae672b2
commit
cad3df2800
4 changed files with 6 additions and 3 deletions
|
@ -5,5 +5,4 @@ substituteAll {
|
|||
src = ./lock.sh;
|
||||
dir = "bin";
|
||||
isExecutable = true;
|
||||
inherit (pkgs) i3lock;
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
i3lock -i `readlink -f ~/.background-image`
|
||||
i3lock-color --fill -c 272c36 -i `readlink -f ~/.background-image`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue