diff options
| author | 2015-09-09 13:26:27 +0200 | |
|---|---|---|
| committer | 2015-09-09 13:26:27 +0200 | |
| commit | 2d4a94dcacea29ca3d2177eeaea38eb8ca47636d (patch) | |
| tree | 7e6c9a7f5418383eb3f054e217c8519655747303 /herbstluftwm/.config | |
| parent | 9fd79da34fc24c7f1ee2da4dfe68a87ef5654a02 (diff) | |
| download | dotfiles-2d4a94dcacea29ca3d2177eeaea38eb8ca47636d.tar.gz dotfiles-2d4a94dcacea29ca3d2177eeaea38eb8ca47636d.tar.bz2 dotfiles-2d4a94dcacea29ca3d2177eeaea38eb8ca47636d.zip | |
Fixed battery icon. I'm stupid
Diffstat (limited to 'herbstluftwm/.config')
| -rwxr-xr-x | herbstluftwm/.config/herbstluftwm/panel_indicators.sh | 4 |
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]}" |
