1
0
Fork 0

Update i3-lock-colors options

This commit is contained in:
trotFunky 2023-12-27 15:47:21 +01:00
parent b6bcec6d88
commit 61fef8495b

View file

@ -22,15 +22,15 @@ scrot $TMPBG && convert $TMPBG $scrot_options -draw "fill black fill-opacity 0.4
i3lock \
-i $TMPBG \
-e --force-clock \
--timepos="ix-100:iy" \
--datepos="tx:ty+25" \
--clock --datestr "%A, %d/%m/%Y" \
--insidecolor=00000000 --ringcolor=ffffffff --line-uses-inside \
--keyhlcolor=d23c3dff --bshlcolor=d23c3dff --separatorcolor=00000000 \
--insidevercolor=fecf4dff --insidewrongcolor=d23c3dff \
--ringvercolor=ffffffff --ringwrongcolor=ffffffff --indpos="x+290:h-120" \
--time-pos="ix-100:iy" \
--date-pos="tx:ty+25" \
--clock --date-str "%A, %d/%m/%Y" \
--inside-color=00000000 --ring-color=ffffffff --line-uses-inside \
--keyhl-color=d23c3dff --bshl-color=d23c3dff --separator-color=00000000 \
--insidever-color=fecf4dff --insidewrong-color=d23c3dff \
--ringver-color=ffffffff --ringwrong-color=ffffffff --ind-pos="x+290:h-120" \
--radius=20 --ring-width=3 \
--greetertext="" --veriftext="" --wrongtext="" --noinputtext="" \
--greetercolor="ffffffff" --timecolor="ffffffff" --datecolor="ffffffff"
--greeter-text="" --verif-text="" --wrong-text="" --noinput-text="" \
--greeter-color="ffffffff" --time-color="ffffffff" --date-color="ffffffff"
rm $TMPBG