💥 fix(waybar): empty pulseaudio and hyprland/window not hiding if no window focused

This commit is contained in:
retrozinndev
2024-10-06 09:52:22 -03:00
parent cda40965c6
commit 78eb103dda
2 changed files with 9 additions and 3 deletions
+4 -1
View File
@@ -24,6 +24,7 @@
"hyprland/workspaces": {
"all-outputs": true,
"format": "{icon}",
"show-special": true,
"format-icons": {
"urgent": "",
"focused": "",
@@ -75,7 +76,9 @@
"spotube": "Spotube",
"discord - Discord (.*)": "Discord $1",
"vesktop -(.*)Discord (.*)": "Vesktop $2",
"org.gnome.(.*) - (.*)": "$1 - $2"
"org.gnome.(.*) - (.*)": "$1 - $2",
"steam - (.*)": "Steam - $1",
"steam - Steam": "Steam"
},
"escape": true
},