From a107315b24d7d13020788e5ddb1a4a5567276d61 Mon Sep 17 00:00:00 2001
From: Justine Smithies <justine@smithies.me.uk>
Date: Sat, 13 Jan 2024 14:03:21 +0000
Subject: Fixes to the Yanmbar battery config

---
 .config/yambar/config.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

(limited to '.config/yambar')

diff --git a/.config/yambar/config.yml b/.config/yambar/config.yml
index 9ef06c9..935687d 100644
--- a/.config/yambar/config.yml
+++ b/.config/yambar/config.yml
@@ -200,13 +200,13 @@ bar:
                 <<: *discharging
               state == discharging:
                 <<: *discharging
-              state == charging:
-                - string: {text: , foreground: ffffffff, font: *nerdfont}
-                - string: {text: "{capacity}%"}
+              # state == charging:
+              #   - string: {text: , foreground: ffffffff, font: *nerdfont}
+              #   - string: {text: "{capacity}%"}
               state == full:
                 - string: {text: , foreground: ffffffff, font: *nerdfont}
                 - string: {text: "{capacity}%"}
-              state == "not charging":
+              state == charging:
                 - ramp:
                     tag: capacity
                     items:
-- 
cgit v1.2.3