Update i3lock-color arguments for new version
This commit is contained in:
parent
20f1c2f448
commit
439cf2105c
@ -6,11 +6,12 @@ lock() {
|
|||||||
|
|
||||||
# needs i3lock-color
|
# needs i3lock-color
|
||||||
i3lock --ignore-empty-password --clock --indicator --show-failed-attempts \
|
i3lock --ignore-empty-password --clock --indicator --show-failed-attempts \
|
||||||
--color=222222 --verifcolor=eeeeeeee --wrongcolor=eeeeeeee \
|
--color=222222 \
|
||||||
--timecolor=eeeeeeee --datecolor=cccccccc \
|
--verif-color=eeeeeeee --wrong-color=eeeeeeee --modif-color=aaaaaa \
|
||||||
--ringcolor=333333ff --line-uses-ring --insidecolor=00000000 \
|
--time-color=eeeeeeee --date-color=cccccccc \
|
||||||
--insidewrongcolor=00000000 --insidevercolor=00000000 \
|
--ring-color=333333ff --line-uses-ring --inside-color=00000000 \
|
||||||
--datestr="%Y-%m-%d $(hostname)" \
|
--insidewrong-color=00000000 --insidever-color=00000000 \
|
||||||
|
--date-str="%Y-%m-%d $(hostname)" \
|
||||||
--pass-media-keys $@
|
--pass-media-keys $@
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user