From db8469698f433a1223cc92f60bfef711bbff321e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Mon, 7 Mar 2022 12:28:57 +0100 Subject: [PATCH] :sparkles: color more of the polybar --- modules/desktop/polybar/default.nix | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/modules/desktop/polybar/default.nix b/modules/desktop/polybar/default.nix index 3002193..047fd9d 100644 --- a/modules/desktop/polybar/default.nix +++ b/modules/desktop/polybar/default.nix @@ -67,27 +67,27 @@ time-format = "%H:%M"; format-charging = - "%{${colors.green}}%{F-} "; + "%{F${colors.green}}%{F-} "; format-discharging = - "%{${colors.red}}%{F-} "; - format-full = "%{${colors.green}}%{F-} "; + "%{F${colors.red}}%{F-} "; + format-full = "%{F${colors.green}} %{F-} "; label-charging = "%percentage%% %time% remaining"; label-discharging = "%percentage%% %time% remaining"; label-full = "Fully charged"; - animation-charging-0 = ""; - animation-charging-1 = ""; - animation-charging-2 = ""; - animation-charging-3 = ""; - animation-charging-4 = ""; + animation-charging-0 = " "; + animation-charging-1 = " "; + animation-charging-2 = " "; + animation-charging-3 = " "; + animation-charging-4 = " "; animation-charging-framerate = 500; - animation-discharging-0 = ""; - animation-discharging-1 = ""; - animation-discharging-2 = ""; - animation-discharging-3 = ""; - animation-discharging-4 = ""; + animation-discharging-0 = " "; + animation-discharging-1 = " "; + animation-discharging-2 = " "; + animation-discharging-3 = " "; + animation-discharging-4 = " "; animation-discharging-framerate = 500; }; "module/bspwm" = { @@ -174,8 +174,7 @@ format-underline = colors.orange; label-volume = "%percentage%%"; - label-muted = "婢 muted"; - label-muted-foreground = colors.red; + label-muted = "%{F${colors.red}}婢 %{F-}muted"; ramp-volume-0 = "奄"; ramp-volume-0-foreground = colors.green; ramp-volume-1 = "奄";