mirror of
https://git.adityakumar.xyz/betterlockscreen-openrc.git
synced 2024-11-08 18:29:45 +00:00
added forced clock (#16)
This commit is contained in:
parent
5e775c59a4
commit
828df2052d
1 changed files with 2 additions and 1 deletions
|
@ -51,7 +51,8 @@ lock() {
|
|||
--insidevercolor=$passwordCorrect --insidewrongcolor=$passwordIncorrect \
|
||||
--ringvercolor=$foreground --ringwrongcolor=$foreground --indpos="x+280:h-70" \
|
||||
--radius=20 --ring-width=4 --veriftext="" --wrongtext="" \
|
||||
--textcolor="$foreground" --timecolor="$foreground" --datecolor="$foreground"
|
||||
--textcolor="$foreground" --timecolor="$foreground" --datecolor="$foreground" \
|
||||
--force-clock
|
||||
}
|
||||
|
||||
postlock() {
|
||||
|
|
Loading…
Reference in a new issue