Skip to content
Snippets Groups Projects
Unverified Commit 9e679733 authored by Kevin Lyda's avatar Kevin Lyda
Browse files

Last night's 'not charging' fix

parent 3782ef7a
Branches
No related tags found
No related merge requests found
...@@ -123,6 +123,7 @@ func (b *BatteryMod) Render() string { ...@@ -123,6 +123,7 @@ func (b *BatteryMod) Render() string {
battery.Full: b.StatusFull, battery.Full: b.StatusFull,
battery.Charging: b.StatusChr, battery.Charging: b.StatusChr,
battery.Discharging: b.StatusBat, battery.Discharging: b.StatusBat,
battery.NotCharging: b.StatusBat,
} }
color := b.ColorOK color := b.ColorOK
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment