Update i3-lock-colors options
This commit is contained in:
parent
b6bcec6d88
commit
61fef8495b
1 changed files with 9 additions and 9 deletions
|
@ -22,15 +22,15 @@ scrot $TMPBG && convert $TMPBG $scrot_options -draw "fill black fill-opacity 0.4
|
||||||
i3lock \
|
i3lock \
|
||||||
-i $TMPBG \
|
-i $TMPBG \
|
||||||
-e --force-clock \
|
-e --force-clock \
|
||||||
--timepos="ix-100:iy" \
|
--time-pos="ix-100:iy" \
|
||||||
--datepos="tx:ty+25" \
|
--date-pos="tx:ty+25" \
|
||||||
--clock --datestr "%A, %d/%m/%Y" \
|
--clock --date-str "%A, %d/%m/%Y" \
|
||||||
--insidecolor=00000000 --ringcolor=ffffffff --line-uses-inside \
|
--inside-color=00000000 --ring-color=ffffffff --line-uses-inside \
|
||||||
--keyhlcolor=d23c3dff --bshlcolor=d23c3dff --separatorcolor=00000000 \
|
--keyhl-color=d23c3dff --bshl-color=d23c3dff --separator-color=00000000 \
|
||||||
--insidevercolor=fecf4dff --insidewrongcolor=d23c3dff \
|
--insidever-color=fecf4dff --insidewrong-color=d23c3dff \
|
||||||
--ringvercolor=ffffffff --ringwrongcolor=ffffffff --indpos="x+290:h-120" \
|
--ringver-color=ffffffff --ringwrong-color=ffffffff --ind-pos="x+290:h-120" \
|
||||||
--radius=20 --ring-width=3 \
|
--radius=20 --ring-width=3 \
|
||||||
--greetertext="" --veriftext="" --wrongtext="" --noinputtext="" \
|
--greeter-text="" --verif-text="" --wrong-text="" --noinput-text="" \
|
||||||
--greetercolor="ffffffff" --timecolor="ffffffff" --datecolor="ffffffff"
|
--greeter-color="ffffffff" --time-color="ffffffff" --date-color="ffffffff"
|
||||||
|
|
||||||
rm $TMPBG
|
rm $TMPBG
|
||||||
|
|
Loading…
Add table
Reference in a new issue