Add script for lockscreen
This commit is contained in:
parent
4db41ca114
commit
75737ee577
1 changed files with 5 additions and 0 deletions
5
bin/lock
Executable file
5
bin/lock
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
COLOR=000000
|
||||
|
||||
i3lock -f -t -c ${COLOR}
|
Loading…
Reference in a new issue