✨ feat(waybar): custom/notifications bg color when control center is open
This commit is contained in:
+2
-1
@@ -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
|
||||
},
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user