From 9e6797336d4b0b03d4f48b1c5f568fb10210ce11 Mon Sep 17 00:00:00 2001
From: Kevin Lyda <kevin@lyda.ie>
Date: Mon, 30 Jan 2023 09:22:40 +0000
Subject: [PATCH] Last night's 'not charging' fix

---
 modules/battery.go | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/battery.go b/modules/battery.go
index 21ce8ac..6e04540 100644
--- a/modules/battery.go
+++ b/modules/battery.go
@@ -123,6 +123,7 @@ func (b *BatteryMod) Render() string {
 		battery.Full:        b.StatusFull,
 		battery.Charging:    b.StatusChr,
 		battery.Discharging: b.StatusBat,
+		battery.NotCharging: b.StatusBat,
 	}
 
 	color := b.ColorOK
-- 
GitLab