Update i3lock-color arguments for new version

This commit is contained in:
Adam Goldsmith 2021-05-29 10:45:24 -04:00
parent 20f1c2f448
commit 439cf2105c
1 changed files with 6 additions and 5 deletions

View File

@ -6,11 +6,12 @@ lock() {
# needs i3lock-color
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)" \
--color=222222 \
--verif-color=eeeeeeee --wrong-color=eeeeeeee --modif-color=aaaaaa \
--time-color=eeeeeeee --date-color=cccccccc \
--ring-color=333333ff --line-uses-ring --inside-color=00000000 \
--insidewrong-color=00000000 --insidever-color=00000000 \
--date-str="%Y-%m-%d $(hostname)" \
--pass-media-keys $@
}