💥 fix(waybar): empty pulseaudio and hyprland/window not hiding if no window focused
This commit is contained in:
+4
-1
@@ -24,6 +24,7 @@
|
|||||||
"hyprland/workspaces": {
|
"hyprland/workspaces": {
|
||||||
"all-outputs": true,
|
"all-outputs": true,
|
||||||
"format": "{icon}",
|
"format": "{icon}",
|
||||||
|
"show-special": true,
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
"urgent": "",
|
"urgent": "",
|
||||||
"focused": "",
|
"focused": "",
|
||||||
@@ -75,7 +76,9 @@
|
|||||||
"spotube": "Spotube",
|
"spotube": "Spotube",
|
||||||
"discord - Discord (.*)": "Discord $1",
|
"discord - Discord (.*)": "Discord $1",
|
||||||
"vesktop -(.*)Discord (.*)": "Vesktop $2",
|
"vesktop -(.*)Discord (.*)": "Vesktop $2",
|
||||||
"org.gnome.(.*) - (.*)": "$1 - $2"
|
"org.gnome.(.*) - (.*)": "$1 - $2",
|
||||||
|
"steam - (.*)": "Steam - $1",
|
||||||
|
"steam - Steam": "Steam"
|
||||||
},
|
},
|
||||||
"escape": true
|
"escape": true
|
||||||
},
|
},
|
||||||
|
|||||||
+5
-2
@@ -65,6 +65,10 @@ button:hover {
|
|||||||
animation-duration: 2s;
|
animation-duration: 2s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#workspace button.special {
|
||||||
|
background: @color3;
|
||||||
|
}
|
||||||
|
|
||||||
#workspaces button:first-child {
|
#workspaces button:first-child {
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
}
|
}
|
||||||
@@ -89,8 +93,7 @@ widget #custom-notifications {
|
|||||||
}
|
}
|
||||||
|
|
||||||
window#waybar.empty #window {
|
window#waybar.empty #window {
|
||||||
margin: 0 0 0 0;
|
padding: 0;
|
||||||
padding: 0 0 0 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
widget #battery.charging,
|
widget #battery.charging,
|
||||||
|
|||||||
Reference in New Issue
Block a user