feat(waybar): custom/notifications bg color when control center is open

This commit is contained in:
retrozinndev
2024-10-10 21:31:31 -03:00
parent 682d04a858
commit 5f8f6199e5
2 changed files with 7 additions and 1 deletions
+2 -1
View File
@@ -78,7 +78,8 @@
"vesktop -(.*)Discord (.*)": "Vesktop $2",
"org.gnome.(.*) - (.*)": "$1 - $2",
"steam - (.*)": "Steam - $1",
"steam - Steam": "Steam"
"steam - Steam": "Steam",
"net.nokyan.Resources - Resources": "Resources"
},
"escape": true
},
+5
View File
@@ -89,6 +89,10 @@ widget #custom-notifications {
padding-right: 12px;
}
widget #custom-notifications.cc-open {
background: @color1;
}
window#waybar.empty #window {
padding: 0;
margin: 0;
@@ -120,6 +124,7 @@ widget #battery:not(.plugged):not(.charging) {
#bluetooth {
font-size: 14px;
padding: 0 10px;
}
#bluetooth.connected {