From 61fef8495b724111a59abef1caae73d2dc0b0200 Mon Sep 17 00:00:00 2001 From: trotFunky Date: Wed, 27 Dec 2023 15:47:21 +0100 Subject: [PATCH] Update i3-lock-colors options --- Perso/i3-lockscreenshot.sh | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Perso/i3-lockscreenshot.sh b/Perso/i3-lockscreenshot.sh index ff7fe96..ef65e96 100755 --- a/Perso/i3-lockscreenshot.sh +++ b/Perso/i3-lockscreenshot.sh @@ -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