This commit is contained in:
Stephan Raabe
2024-01-01 11:40:15 +01:00
parent 27ff21fc2b
commit 984c69ea59
24 changed files with 157 additions and 39 deletions

View File

@@ -55,7 +55,9 @@
"bluetooth",
// END BT TOOGLE
"battery",
// START NETWORK TOOGLE
"network",
// END NETWORK TOOGLE
"group/hardware",
"custom/cliphist",
"idle_inhibitor",

View File

@@ -408,6 +408,7 @@ window#waybar.empty #window {
#tray {
padding: 0px 15px 0px 0px;
color: @textcolor3;
}
#tray > .passive {
@@ -421,7 +422,7 @@ window#waybar.empty #window {
/* -----------------------------------------------------
* Other
* ----------------------------------------------------- */
/*
label:focus {
background-color: #000000;
}
@@ -437,4 +438,4 @@ label:focus {
#network.disconnected {
background-color: #f53c3c;
}
*/