aboutsummaryrefslogtreecommitdiffstats
path: root/.config/herbstluftwm/panel.sh
diff options
context:
space:
mode:
Diffstat (limited to '.config/herbstluftwm/panel.sh')
-rwxr-xr-x.config/herbstluftwm/panel.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/herbstluftwm/panel.sh b/.config/herbstluftwm/panel.sh
index dd95bd4..4e35d0d 100755
--- a/.config/herbstluftwm/panel.sh
+++ b/.config/herbstluftwm/panel.sh
@@ -109,7 +109,7 @@ fi
109 bat_color=$normal_txt 109 bat_color=$normal_txt
110 fi 110 fi
111 state=$(cat /sys/class/power_supply/BAT1/status) 111 state=$(cat /sys/class/power_supply/BAT1/status)
112 echo -e "battery\t%{F$normal_txt}$state: %{F$bat_color}$charge%{F$normal_txt}%% %{F-}" 112 echo -e "battery\t%{F$normal_txt}$state: %{F$bat_color}$charge%{F$normal_txt}%%%{F-}"
113 else 113 else
114 echo -e "battery\toff" 114 echo -e "battery\toff"
115 fi 115 fi