This commit is contained in:
Daniel Flanagan 2023-07-14 12:30:39 -05:00
parent b1c8818963
commit 79e6716388
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
2 changed files with 5 additions and 3 deletions

View File

@ -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": "󰁹",

View File

@ -44,7 +44,9 @@ window#waybar.empty {
background-color: @sapphire;
}
#workspaces button.persistent {}
#workspaces button.persistent {
color: @surface2;
}
#workspaces button.urgent {
color: @base;