fix(hypridle): Stop audio on powersave

This commit is contained in:
Olaf Alexander 2024-11-05 13:33:24 -06:00
parent b9702d5a17
commit 89388d2523
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ general {
listener {
timeout = 330 # 5.5 min
on-timeout = hyprctl dispatch dpms off # screen off when timeout has passed
on-timeout = playerctl pause && hyprctl dispatch dpms off # screen off when timeout has passed
on-resume = hyprctl dispatch dpms on # screen on when activity is detected after timeout has fired.
}

View File

@ -21,7 +21,7 @@
"tooltip": false
},
"wireplumber": {
"format": "{icon} {volume}%",
"format": "{icon} {volume}%",
"format-muted": " ",
"format-icons": ["", "", ""],
"tooltip": false