diff --git a/os/linux/waybar/config b/os/linux/waybar/config index fed6e5b..1c490f9 100644 --- a/os/linux/waybar/config +++ b/os/linux/waybar/config @@ -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": "󰁹", diff --git a/os/linux/waybar/style.css b/os/linux/waybar/style.css index d9c17fe..8821586 100644 --- a/os/linux/waybar/style.css +++ b/os/linux/waybar/style.css @@ -44,7 +44,9 @@ window#waybar.empty { background-color: @sapphire; } -#workspaces button.persistent {} +#workspaces button.persistent { + color: @surface2; +} #workspaces button.urgent { color: @base;