Tweaked lock screen, removed beep
This commit is contained in:
parent
5151e29461
commit
ccc853ccad
2 changed files with 17 additions and 11 deletions
6
.config/i3/scripts/lock.sh
Normal file
6
.config/i3/scripts/lock.sh
Normal file
|
@ -0,0 +1,6 @@
|
|||
img=/tmp/i3lock.png
|
||||
|
||||
scrot -z -o $img
|
||||
convert $img -scale 20% -scale 500% -gamma 0.8 $img
|
||||
|
||||
i3lock -i $img #-u
|
Loading…
Add table
Add a link
Reference in a new issue