diff options
Diffstat (limited to 'i3lock')
-rwxr-xr-x | i3lock | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ | |||
1 | xwd -root | convert xwd:- -filter Gaussian -thumbnail 20% -sample 500% \ | ||
2 | \( -background none -density 250x250 /usr/share/icons/ContrastHigh/scalable/actions/system-lock-screen.svg -gravity center -geometry -960 \) -compose over -composite /tmp/i3lock.png | ||
3 | |||
4 | /usr/bin/i3lock -f -i /tmp/i3lock.png | ||
5 | |||
6 | # sleep 1 | ||
7 | xset dpms force off | ||