fix(waybar): revert colors

This commit is contained in:
Barrett Ruth 2026-02-14 12:31:15 -05:00
parent 9c900d119d
commit 11d27a0aec
Signed by: barrett
GPG key ID: A6C96C9349D2FC81

View file

@ -12,6 +12,7 @@ let
mkWaybarTheme = palette: ''
* { color: ${palette.fg}; }
window#waybar { background: ${palette.bg}; }
#workspaces button.active { background: ${palette.bgAlt}; }
#window { color: ${palette.fgAlt}; }
tooltip { background: ${palette.bgAlt}; color: ${palette.fg}; border: 1px solid ${palette.border}; }
'';
@ -103,7 +104,11 @@ in
format = "{icon} {volume}%";
format-muted = "󰝟 muted";
format-icons = {
default = [ "󰕿" "󰖀" "󰕾" ];
default = [
"󰕿"
"󰖀"
"󰕾"
];
};
signal = 1;
tooltip-format = "{desc}";
@ -123,7 +128,18 @@ in
format = "{icon} {capacity}%";
format-charging = "󰂄 {capacity}%";
format-full = "󰁹 {capacity}%";
format-icons = [ "󰁺" "󰁻" "󰁼" "󰁽" "󰁾" "󰁿" "󰂀" "󰂁" "󰂂" "󰁹" ];
format-icons = [
"󰁺"
"󰁻"
"󰁼"
"󰁽"
"󰁾"
"󰁿"
"󰂀"
"󰂁"
"󰂂"
"󰁹"
];
states = {
hi = 30;
mid = 20;