diff --git a/config/herbstluftwm/panel.sh b/config/herbstluftwm/panel.sh index 2418f53..28cc6ac 100755 --- a/config/herbstluftwm/panel.sh +++ b/config/herbstluftwm/panel.sh @@ -97,7 +97,7 @@ function battery() { status=$(acpi -a | cut -d':' -f2) battery=$(acpi -b | cut -d, -f2 | sed -e 's/[^0-9]//g') if [[ $status == " on-line" ]]; then - echo -n $(icon ac2 brightblue) ${battery}% + echo -n $(icon ac2 brightmagenta) ${battery}% elif [[ $battery -le 20 ]]; then echo -n $(icon battery_horz1 red) ${battery}% elif [[ $battery -le 65 ]]; then