✨ 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",
|
"vesktop -(.*)Discord (.*)": "Vesktop $2",
|
||||||
"org.gnome.(.*) - (.*)": "$1 - $2",
|
"org.gnome.(.*) - (.*)": "$1 - $2",
|
||||||
"steam - (.*)": "Steam - $1",
|
"steam - (.*)": "Steam - $1",
|
||||||
"steam - Steam": "Steam"
|
"steam - Steam": "Steam",
|
||||||
|
"net.nokyan.Resources - Resources": "Resources"
|
||||||
},
|
},
|
||||||
"escape": true
|
"escape": true
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -89,6 +89,10 @@ widget #custom-notifications {
|
|||||||
padding-right: 12px;
|
padding-right: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
widget #custom-notifications.cc-open {
|
||||||
|
background: @color1;
|
||||||
|
}
|
||||||
|
|
||||||
window#waybar.empty #window {
|
window#waybar.empty #window {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@@ -120,6 +124,7 @@ widget #battery:not(.plugged):not(.charging) {
|
|||||||
|
|
||||||
#bluetooth {
|
#bluetooth {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
padding: 0 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#bluetooth.connected {
|
#bluetooth.connected {
|
||||||
|
|||||||
Reference in New Issue
Block a user