FIX update for new i3-lock settings

This commit is contained in:
Nathan Dwarshuis 2021-06-10 22:57:31 -04:00
parent cc9d4c582d
commit 5ef3ff7aa3
1 changed files with 28 additions and 28 deletions

View File

@ -14,32 +14,32 @@ datepos="$xoffset:600"
i3lock --color=000000 \ i3lock --color=000000 \
--pass-media-keys \ --pass-media-keys \
--nofork \ --nofork \
--ignore-empty-password \ --ignore-empty-password \
--screen=0 \ --screen=0 \
--indicator \ --indicator \
--insidecolor=00000055 \ --inside-color=00000055 \
--insidevercolor=00000055 \ --insidever-color=00000055 \
--insidewrongcolor=00000055 \ --insidewrong-color=00000055 \
--ringcolor=555555ff \ --ring-color=555555ff \
--ringwrongcolor=ff3333ff \ --ringwrong-color=ff3333ff \
--ringvercolor=99ceffff \ --ringver-color=99ceffff \
--keyhlcolor=99ceffff \ --keyhl-color=99ceffff \
--bshlcolor=9523ffff \ --bshl-color=9523ffff \
--linecolor=00000000 \ --line-color=00000000 \
--separatorcolor=00000000 \ --separator-color=00000000 \
--clock \ --clock \
--verifcolor=99ceffff \ --verif-color=99ceffff \
--wrongcolor=ff8282ff \ --wrong-color=ff8282ff \
--timecolor=ffffffff \ --time-color=ffffffff \
--timesize=72 \ --time-size=72 \
--timestr="%H:%M" \ --time-str="%H:%M" \
--datecolor=ffffffff \ --date-color=ffffffff \
--datesize=42 \ --date-size=42 \
--datestr="%b %d, %Y" \ --date-str="%b %d, %Y" \
--date-align 0 \ --date-align 0 \
--datepos="$datepos" \ --date-pos="$datepos" \
--wrongsize=72 \ --wrong-size=72 \
--verifsize=72 \ --verif-size=72 \
--radius=300 \ --radius=300 \
--ring-width=25 --ring-width=25