xss-lock: notify earlier

This commit is contained in:
Vincent Bernat 2021-09-24 09:46:31 +02:00
parent b75dd2422f
commit 8de3fee271

View file

@ -2,7 +2,7 @@
me="$(readlink -f "$0")" me="$(readlink -f "$0")"
timeout=300 timeout=300
notify=$((timeout/20)) notify=$((timeout/10))
configure() { configure() {
xset s $((timeout - notify)) $notify xset s $((timeout - notify)) $notify