lock: Fix arguments for new version of i3lock

This commit is contained in:
Adam Goldsmith 2018-04-23 01:18:57 -04:00
parent 0bcd0c8436
commit 43f15e92bd
1 changed files with 3 additions and 2 deletions

View File

@ -5,10 +5,11 @@ lock() {
# needs i3lock-color
i3lock --ignore-empty-password --clock --indicator -f --color=222222 \
--textcolor=eeeeeeee --timecolor=eeeeeeee --datecolor=cccccccc \
--verifcolor=eeeeeeee --wrongcolor=eeeeeeee \
--timecolor=eeeeeeee --datecolor=cccccccc \
--ringcolor=333333ff --line-uses-ring --insidecolor=00000000 \
--insidewrongcolor=00000000 --insidevercolor=00000000 \
--datestr="%Y-%m-%d $(hostname)"
--datestr="%Y-%m-%d $(hostname)" --pass-media-keys
# will work with normal i3lock
#i3lock -ec222222 -i /home/adam/.config/i3/LockScreen.png
}