From 602be3a6c0edb61a169ee24d2a29c0a99b906177 Mon Sep 17 00:00:00 2001 From: Dylan Date: Sat, 26 Mar 2016 01:24:08 +1100 Subject: [PATCH] Fix incorrect state output --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 925a589c..8f03ebf0 100755 --- a/neofetch +++ b/neofetch @@ -1630,7 +1630,7 @@ getbattery () { esac case "$battery_state" in - *"charging"*) battery+=" Charging" ;; + "charging"*) battery+=" Charging" ;; esac case "$battery_display" in