aboutsummaryrefslogtreecommitdiffstats
path: root/herbstluftwm/.config
diff options
context:
space:
mode:
Diffstat (limited to 'herbstluftwm/.config')
-rwxr-xr-xherbstluftwm/.config/herbstluftwm/panel_indicators.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/herbstluftwm/.config/herbstluftwm/panel_indicators.sh b/herbstluftwm/.config/herbstluftwm/panel_indicators.sh
index 487cda3..0ad6996 100755
--- a/herbstluftwm/.config/herbstluftwm/panel_indicators.sh
+++ b/herbstluftwm/.config/herbstluftwm/panel_indicators.sh
@@ -117,9 +117,9 @@ battery()
117 bat_status="${battery_icon[5]}" 117 bat_status="${battery_icon[5]}"
118 elif [ $bat_lvl -lt 10 ] ; then 118 elif [ $bat_lvl -lt 10 ] ; then
119 bat_status="${F$HLWM_ACCENT_ACOLOR}${battery_icon[0]}${F-}" 119 bat_status="${F$HLWM_ACCENT_ACOLOR}${battery_icon[0]}${F-}"
120 elif [ $bat_ -lt 25 ] ; then 120 elif [ $bat_lvl -lt 25 ] ; then
121 bat_status="${battery_icon[1]}" 121 bat_status="${battery_icon[1]}"
122 elif [ $bat_ -lt 50 ] ; then 122 elif [ $bat_lvl -lt 50 ] ; then
123 bat_status="${battery_icon[2]}" 123 bat_status="${battery_icon[2]}"
124 elif [ $bat_lvl -lt 75 ] ; then 124 elif [ $bat_lvl -lt 75 ] ; then
125 bat_status="${battery_icon[3]}" 125 bat_status="${battery_icon[3]}"