diff --git a/.config/i3/lock.sh b/.config/i3/lock.sh index fd8ab4a..363a514 100755 --- a/.config/i3/lock.sh +++ b/.config/i3/lock.sh @@ -4,14 +4,13 @@ lock() { killall -SIGHUP gpg-agent # needs i3lock-color - i3lock --ignore-empty-password --clock --indicator -f --color=222222 \ - --verifcolor=eeeeeeee --wrongcolor=eeeeeeee \ + i3lock --ignore-empty-password --clock --indicator --show-failed-attempts \ + --color=222222 --verifcolor=eeeeeeee --wrongcolor=eeeeeeee \ --timecolor=eeeeeeee --datecolor=cccccccc \ --ringcolor=333333ff --line-uses-ring --insidecolor=00000000 \ --insidewrongcolor=00000000 --insidevercolor=00000000 \ - --datestr="%Y-%m-%d $(hostname)" --pass-media-keys - # will work with normal i3lock - #i3lock -ec222222 -i /home/adam/.config/i3/LockScreen.png + --datestr="%Y-%m-%d $(hostname)" \ + --pass-media-keys $@ } case "$1" in