Barrr
This commit is contained in:
parent
b1c8818963
commit
79e6716388
|
@ -94,8 +94,8 @@
|
||||||
"critical": 15
|
"critical": 15
|
||||||
},
|
},
|
||||||
"format": "{capacity}% {icon}",
|
"format": "{capacity}% {icon}",
|
||||||
"format-charging": "{capacity}% ",
|
"format-charging": "{capacity}% ",
|
||||||
"format-plugged": "{capacity}% ﮣ",
|
"format-plugged": "{capacity}% ",
|
||||||
"format-alt": "{time} {icon}",
|
"format-alt": "{time} {icon}",
|
||||||
"format-good": "", // An empty format will hide the module
|
"format-good": "", // An empty format will hide the module
|
||||||
"format-full": "",
|
"format-full": "",
|
||||||
|
|
|
@ -44,7 +44,9 @@ window#waybar.empty {
|
||||||
background-color: @sapphire;
|
background-color: @sapphire;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.persistent {}
|
#workspaces button.persistent {
|
||||||
|
color: @surface2;
|
||||||
|
}
|
||||||
|
|
||||||
#workspaces button.urgent {
|
#workspaces button.urgent {
|
||||||
color: @base;
|
color: @base;
|
||||||
|
|
Reference in a new issue