Added --force-clock to prevent clock disappearing on wrong password.
This commit is contained in:
parent
320ed21d66
commit
ae43636f45
2
lock
2
lock
|
@ -30,7 +30,7 @@ echo 1 > $HOME/.config/lock_screen.sta
|
||||||
xset dpms force off
|
xset dpms force off
|
||||||
|
|
||||||
# Call the lock
|
# Call the lock
|
||||||
i3lock -i $HOME/.rand_bg.png -knf \
|
i3lock -i $HOME/.rand_bg.png -knf --force-clock\
|
||||||
--timecolor="$TIMECOLOR" --layout-align 1 --time-align 1 --timefont="$TIMEFONT" \
|
--timecolor="$TIMECOLOR" --layout-align 1 --time-align 1 --timefont="$TIMEFONT" \
|
||||||
--datecolor="$DATECOLOR" --timepos "30:h-ch" --datesize="$DATESIZE" \
|
--datecolor="$DATECOLOR" --timepos "30:h-ch" --datesize="$DATESIZE" \
|
||||||
--timesize="$TIMESIZE" --datestr="$DATESTYLE" -e --datefont="$DATEFONT" \
|
--timesize="$TIMESIZE" --datestr="$DATESTYLE" -e --datefont="$DATEFONT" \
|
||||||
|
|
Loading…
Reference in New Issue