xsecurelock: also display weather

This commit is contained in:
Vincent Bernat 2021-12-09 12:51:29 +01:00
parent 5c5a4691f3
commit eeb7297389
2 changed files with 56 additions and 4 deletions

View file

@ -37,6 +37,7 @@ case "$1" in
env XSECURELOCK_SAVER=$HOME/.config/i3/bin/xsecurelock-saver \
XSECURELOCK_NO_XRANDR15=1 \
XSECURELOCK_SAVER_IMAGE=$XDG_RUNTIME_DIR/i3/current-wallpaper.png \
XSECURELOCK_SAVER_WEATHER=$XDG_RUNTIME_DIR/i3/weather.txt \
XSECURELOCK_SAVER_DELAY_MS=500 \
XSECURELOCK_FONT="Iosevka" \
XSECURELOCK_BLANK_TIMEOUT=-1 \