i3lock should be called with -n

This commit is contained in:
Nemo 2017-01-30 16:15:32 +05:30
parent 7eca894f8c
commit 4ac456b9f0
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ xset -b #disable scrot beep
PARAM='--textcolor=00000000 --insidecolor=0000001c --ringcolor=0000003e --linecolor=00000000 --keyhlcolor=ffffff80 --ringvercolor=ffffff00 --insidevercolor=ffffff1c --ringwrongcolor=ffffff55 --insidewrongcolor=ffffff1c'
IMAGE_COMPOSITE="composite_office_lockscreen.png"
i3lock $PARAM -i $IMAGE_COMPOSITE
i3lock -n $PARAM -i $IMAGE_COMPOSITE
exit
# Dependencies: imagemagick, i3lock-color-git, scrot