From d026e6127a161fe5637200b1f1b98628eb7e1372 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Wed, 19 Apr 2023 10:39:16 +0200 Subject: [PATCH] Fix charging icon in waybar --- modules/graphical/compositor/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/graphical/compositor/default.nix b/modules/graphical/compositor/default.nix index 35644fde..05946ab7 100644 --- a/modules/graphical/compositor/default.nix +++ b/modules/graphical/compositor/default.nix @@ -211,7 +211,7 @@ in critical = 15; }; format = "{capacity}% {icon}"; - format-charging = "{capacity}% \uf1e6"; + format-charging = "{capacity}% "; format-plugged = ""; format-alt = "{time} {icon}"; format-icons = [ "" "" "" "" "" ];