aboutsummaryrefslogtreecommitdiffstats
path: root/herbstluftwm/.config
diff options
context:
space:
mode:
Diffstat (limited to 'herbstluftwm/.config')
-rwxr-xr-xherbstluftwm/.config/herbstluftwm/panel.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/herbstluftwm/.config/herbstluftwm/panel.sh b/herbstluftwm/.config/herbstluftwm/panel.sh
index 635a7d1..3af00c5 100755
--- a/herbstluftwm/.config/herbstluftwm/panel.sh
+++ b/herbstluftwm/.config/herbstluftwm/panel.sh
@@ -143,7 +143,7 @@ fi
143 bat_color=$normal_txt 143 bat_color=$normal_txt
144 fi 144 fi
145 state=$(cat /sys/class/power_supply/BAT1/status) 145 state=$(cat /sys/class/power_supply/BAT1/status)
146 echo -e "battery\t%{F$normal_txt}\be03b %{F$bat_color}$bat_lvl%{F$normal_txt}%%%{F-}" 146 echo -e "battery\t%{F$normal_txt}\ue03b %{F$bat_color}$bat_lvl%{F$normal_txt}%%%{F-}"
147 else 147 else
148 echo -e "battery\toff" 148 echo -e "battery\toff"
149 fi 149 fi