From 56fb6cc332eb2ae695cc01742725c18f98b21ae8 Mon Sep 17 00:00:00 2001 From: notgne2 Date: Sat, 10 Dec 2022 05:31:28 -0700 Subject: [PATCH] charging icons --- home-manager/modules/ezpcusr.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/home-manager/modules/ezpcusr.nix b/home-manager/modules/ezpcusr.nix index 239c095..27f02d6 100644 --- a/home-manager/modules/ezpcusr.nix +++ b/home-manager/modules/ezpcusr.nix @@ -412,7 +412,10 @@ in { critical = lib.mkDefault 10; }; format = lib.mkDefault "{icon} {capacity}%"; - format-icons = ["" "" "" "" "" "" "" "" "" ""]; + format-icons = { + default = ["" "" "" "" "" "" "" "" "" ""]; + charging = ["" "" "" "" "" "" ""]; + }; }; tray = {