8 lines
639 B
Text
8 lines
639 B
Text
timeout 240 'brightnessctl -s && brightnessctl set 10' resume 'brightnessctl -r'
|
|
timeout 300 '/usr/share/tileos/scripts/lock.sh'
|
|
timeout 600 '/usr/share/tileos/scripts/kbd-backlight.sh off && timeout 600 'wlopm --off \*' resume '/usr/share/tileos/scripts/kbd-backlight.sh on && 'wlopm --on \*'
|
|
timeout 900 '[ "$(acpi -b | grep Discharging)" != "" ] && systemctl suspend'
|
|
timeout 3600 '[ "$(acpi -b | grep Discharging)" = "" ] && systemctl suspend'
|
|
before-sleep 'playerctl pause'
|
|
before-sleep '/usr/share/tileos/scripts/lock.sh && sleep 2'
|
|
after-resume '/usr/share/tileos/scripts/kbd-backlight.sh on && 'wlopm --on \*' && brightnessctl -r'
|