diff --git a/mantablockscreen.in b/mantablockscreen.in index 0b6a191..ff72e3c 100755 --- a/mantablockscreen.in +++ b/mantablockscreen.in @@ -85,17 +85,17 @@ slowfade () { lock() { slowfade start i3lock -n --force-clock -i $cachepath/resize-pic-blur.png \ - --indpos="w/2:h/2+60" --timepos="w-100:h-70" --datepos="w-115:h-40" --greeterpos="w/2:h/2" \ - --insidevercolor=$fg_color --insidewrongcolor=$wrong_color --insidecolor=fefefe00 \ - --ringvercolor=$verif_color --ringwrongcolor=$wrong_color --ringcolor=$fg_color \ - --keyhlcolor=$highlight_color --bshlcolor=$highlight_color --separatorcolor=00000000 \ - --datecolor=$fg_color --timecolor=$fg_color --greetercolor=$fg_color \ - --timestr="%H:%M" --timesize=50 \ - --datestr="%a, %b %d" --datesize=30 \ - --greetertext="$full_alias" --greetersize=25\ + --ind-pos="w/2:h/2+60" --time-pos="w-100:h-70" --date-pos="w-115:h-40" --greeter-pos="w/2:h/2" \ + --insidever-color=$fg_color --insidewrong-color=$wrong_color --inside-color=fefefe00 \ + --ringver-color=$verif_color --ringwrong-color=$wrong_color --ring-color=$fg_color \ + --keyhl-color=$highlight_color --bshl-color=$highlight_color --separator-color=00000000 \ + --date-color=$fg_color --time-color=$fg_color --greeter-color=$fg_color \ + --time-str="%H:%M" --time-size=50 \ + --date-str="%a, %b %d" --date-size=30 \ + --greeter-text="$full_alias" --greeter-size=25\ --line-uses-ring \ --radius 38 --ring-width 3 --indicator \ - --veriftext="" --wrongtext="" --noinputtext="" \ + --verif-text="" --wrong-text="" --noinput-text="" \ --clock --date-font="SF Pro Display" --time-font="SF Pro Display" sleep 1 slowfade end @@ -105,16 +105,16 @@ stackclock() { slowfade start date_now=$(date +'%b, %d') i3lock -n --force-clock -i $cachepath/resize-pic-sc-blur.png \ - --indpos="w/2:h/2+60" --timepos="w/2:h/2-100" --datepos="w/2:h/2-30" --greeterpos="w/2:h/2" \ - --insidevercolor=$verif_color --insidewrongcolor=$wrong_color --insidecolor=fefefe00 \ - --ringvercolor=$verif_color --ringwrongcolor=$wrong_color --ringcolor=$fg_color \ - --keyhlcolor=$highlight_color --bshlcolor=$highlight_color --separatorcolor=00000000 \ - --datecolor=$fg_color --timecolor=$fg_color --greetercolor=$fg_color \ - --timestr="%H" --timesize=70 \ - --datestr="%M" --datesize=70 \ - --greetertext="$date_now" --greetersize=25\ + --ind-pos="w/2:h/2+60" --time-pos="w/2:h/2-100" --date-pos="w/2:h/2-30" --greeter-pos="w/2:h/2" \ + --insidever-color=$verif_color --insidewrong-color=$wrong_color --inside-color=fefefe00 \ + --ringver-color=$verif_color --ringwrong-color=$wrong_color --ring-color=$fg_color \ + --keyhl-color=$highlight_color --bshl-color=$highlight_color --separator-color=00000000 \ + --date-color=$fg_color --time-color=$fg_color --greeter-color=$fg_color \ + --time-str="%H" --time-size=70 \ + --date-str="%M" --date-size=70 \ + --greeter-text="$date_now" --greeter-size=25\ --line-uses-inside --radius 50 --ring-width 2 --indicator \ - --veriftext="" --wrongtext="" --noinputtext="" \ + --verif-text="" --wrong-text="" --noinput-text="" \ --clock --date-font="Abel" --time-font="Abel" sleep 1 slowfade end @@ -123,16 +123,16 @@ stackclock() { circleclock() { slowfade start i3lock -n --force-clock -i $cachepath/resize-blur.png \ - --indpos="w/2:h/2" --timepos="w/2:h/2-5" --datepos="w/2:h/2+35" --greeterpos="w/2:h/2" \ - --insidevercolor=5f5f5f66 --insidewrongcolor=$wrong_color --insidecolor=5f5f5f66 \ - --ringvercolor=$verif_color --ringwrongcolor=$wrong_color --ringcolor=$fg_color \ - --keyhlcolor=$highlight_color --bshlcolor=$highlight_color --separatorcolor=00000000 \ - --datecolor=$fg_color --timecolor=$fg_color --greetercolor=$fg_color \ - --timestr="%H | %M" --timesize=40 \ - --datestr="%a, %d %b" --datesize=25 \ - --greetertext="$date_now" --greetersize=25 \ + --ind-pos="w/2:h/2" --time-pos="w/2:h/2-5" --date-pos="w/2:h/2+35" --greeter-pos="w/2:h/2" \ + --insidever-color=5f5f5f66 --insidewrong-color=$wrong_color --inside-color=5f5f5f66 \ + --ringver-color=$verif_color --ringwrong-color=$wrong_color --ring-color=$fg_color \ + --keyhl-color=$highlight_color --bshl-color=$highlight_color --separator-color=00000000 \ + --date-color=$fg_color --time-color=$fg_color --greeter-color=$fg_color \ + --time-str="%H | %M" --time-size=40 \ + --date-str="%a, %d %b" --date-size=25 \ + --greeter-text="$date_now" --greeter-size=25 \ --line-uses-inside --radius 75 --ring-width 2 --indicator \ - --veriftext="" --wrongtext="" --noinputtext="" \ + --verif-text="" --wrong-text="" --noinput-text="" \ --clock --date-font="Abel" --time-font="Abel" sleep 1 slowfade end