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