Config: Actually lock the screen before going to sleep, using systemd

This commit is contained in:
Riyyi
2022-09-02 15:52:56 +02:00
parent c3811b7f78
commit cf417d95b2
5 changed files with 28 additions and 5 deletions
+2 -1
View File
@@ -51,6 +51,7 @@ i3lock -n -i "$LOCK" -B 6 -S 1 -e \
--time-size=64 --date-size=24 \
--time-str="%I:%M %p" --date-str="%A, %B %e" \
--time-pos="ix:iy-250" --date-pos="ix:iy-200" \
--time-color=FFFFFFC0 --date-color=FFFFFFC0
--time-color=FFFFFFC0 --date-color=FFFFFFC0 \
--no-modkey-text
revert