tileos-settings-river/etc/skel/.config/swayidle/config
2025-06-04 15:21:48 +04:00

5 lines
325 B
Text

timeout 240 'light -G > /tmp/brightness && light -S 10' resume 'light -S $([ -f /tmp/brightness ] && cat /tmp/brightness || echo 100%)'
timeout 300 '/usr/share/river/scripts/lock.sh'
timeout 600 'wlopm --off \*' resume 'wlopm --on \*'
before-sleep 'playerctl pause'
before-sleep '/usr/share/river/scripts/lock.sh && sleep 2'