mirror of
https://git.adityakumar.xyz/betterlockscreen-openrc.git
synced 2024-11-09 18:49:45 +00:00
Make betterlockscreen compatible with wip rewrite of i3lock-color (#37)
* Changed time position property to be compatible with i3lock update * Also changed date position variable * Use latest text color properties * Remove no input text
This commit is contained in:
parent
73bff1ca38
commit
c120c12cf1
1 changed files with 4 additions and 3 deletions
|
@ -43,15 +43,16 @@ lock() {
|
||||||
foreground=ffffffff
|
foreground=ffffffff
|
||||||
i3lock \
|
i3lock \
|
||||||
-t -i "$1" \
|
-t -i "$1" \
|
||||||
--timepos="x-90:h-ch+30" \
|
--timepos="110:h-70" \
|
||||||
--datepos="tx+24:ty+25" \
|
--datepos="135:h-45" \
|
||||||
--clock --datestr "Type password to unlock..." \
|
--clock --datestr "Type password to unlock..." \
|
||||||
--insidecolor=$background --ringcolor=$foreground --line-uses-inside \
|
--insidecolor=$background --ringcolor=$foreground --line-uses-inside \
|
||||||
--keyhlcolor=$letterEnteredColor --bshlcolor=$letterRemovedColor --separatorcolor=$background \
|
--keyhlcolor=$letterEnteredColor --bshlcolor=$letterRemovedColor --separatorcolor=$background \
|
||||||
--insidevercolor=$passwordCorrect --insidewrongcolor=$passwordIncorrect \
|
--insidevercolor=$passwordCorrect --insidewrongcolor=$passwordIncorrect \
|
||||||
--ringvercolor=$foreground --ringwrongcolor=$foreground --indpos="x+280:h-70" \
|
--ringvercolor=$foreground --ringwrongcolor=$foreground --indpos="x+280:h-70" \
|
||||||
--radius=20 --ring-width=4 --veriftext="" --wrongtext="" \
|
--radius=20 --ring-width=4 --veriftext="" --wrongtext="" \
|
||||||
--textcolor="$foreground" --timecolor="$foreground" --datecolor="$foreground" \
|
--verifcolor="$foreground" --timecolor="$foreground" --datecolor="$foreground" \
|
||||||
|
--noinputtext="" \
|
||||||
--force-clock
|
--force-clock
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue