diff options
Diffstat (limited to '.i3lock')
| -rwxr-xr-x | .i3lock/lock.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.i3lock/lock.sh b/.i3lock/lock.sh index 406208f..3ef2a05 100755 --- a/.i3lock/lock.sh +++ b/.i3lock/lock.sh @@ -60,7 +60,7 @@ i3lock -f -c d49408 -i /home/kamen/.i3lock/lockscreen.png -n --date-str='%d.%m.%Y' --verif-text='Verifying…' --wrong-text='Wrong!' --noinput-text='No Input!' \ --insidever-color d47408cc --ringver-color d47408 --insidewrong-color c35b5bcc --ringwrong-color c35b5b \ --layout-color ffeede --time-color ffeede --date-color ffeede --greeter-color ffeede --verif-color ffeede --wrong-color ffeede \ -&& when_unlocked && if [ -f '/tmp/slept' ]; then when_unlocked_after_suspend; rm /tmp/slept; fi +; when_unlocked && if [ -f '/tmp/slept' ]; then when_unlocked_after_suspend; rm /tmp/slept; fi ) & if [[ "$1" == 'suspend' ]]; then |
