hypr-dotfiles/systemd/user/auto-mute.timer
Jeena feafe252dc Add systemd timers to auto-mute/unmute when idle-inhibit is active
Mutes audio at 21:00 and unmutes at 07:00, but only when the
idle-inhibit toggle is active (PID file exists). This is useful
for leaving the computer running overnight for SSH access while
keeping it quiet for sleeping.
2026-04-11 14:41:24 +00:00

9 lines
125 B
SYSTEMD

[Unit]
Description=Mute audio at 21:00
[Timer]
OnCalendar=*-*-* 21:00:00
Persistent=false
[Install]
WantedBy=timers.target