From 3939e292542201f07ab1d4378ad5ddab88350101 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 11 Aug 2024 21:33:04 +0200 Subject: ... --- accounts/gkleen@sif/default.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'accounts') diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix index 947c1fef..a4f1689a 100644 --- a/accounts/gkleen@sif/default.nix +++ b/accounts/gkleen@sif/default.nix @@ -336,7 +336,7 @@ in { format = "{icon}"; states = { warning = 30; critical = 15; }; format-icons = ["󰂎" "󰁺" "󰁻" "󰁼" "󰁽" "󰁾" "󰁿" "󰂀" "󰂁" "󰂂" "󰁹" ]; - format-charging = "󰚄"; + format-charging = "󰂄"; format-plugged = "󰚥"; tooltip-format = "{capacity}% {timeTo}"; interval = 20; @@ -416,6 +416,9 @@ in { #workspaces button { color: @white; } + #workspaces button.empty { + color: @grey; + } #workspaces button.visible { color: @blue; } @@ -425,22 +428,19 @@ in { #workspaces button.urgent { color: @red; } - #workspaces button.empty { - color: @grey; - } #battery, #idle_inhibitor { color: @grey; } - #battery.charging { - color: @white; - } #battery.warning { color: @orange; } #battery.critical { color: @red; } + #battery.charging { + color: @white; + } #idle_inhibitor.activated { color: @white; } -- cgit v1.2.3