Added --force-clock to prevent clock disappearing on wrong password.

This commit is contained in:
Ceda EI 2018-01-10 17:10:22 +05:30
parent 320ed21d66
commit ae43636f45
1 changed files with 1 additions and 1 deletions

2
lock
View File

@ -30,7 +30,7 @@ echo 1 > $HOME/.config/lock_screen.sta
xset dpms force off
# 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" \
--datecolor="$DATECOLOR" --timepos "30:h-ch" --datesize="$DATESIZE" \
--timesize="$TIMESIZE" --datestr="$DATESTYLE" -e --datefont="$DATEFONT" \