diff --git a/config/dwmbar/bar.sh b/config/dwmbar/bar.sh index 8cf01e74..95139690 100755 --- a/config/dwmbar/bar.sh +++ b/config/dwmbar/bar.sh @@ -7,7 +7,7 @@ battery() { get_status="$(cat /sys/class/power_supply/BAT1/status)" case "$get_status" in Charging) printf "^c$blue^ 󰂄 $get_capacity" ;; - Discharging) printf "^c$white^ ^b$blue 󰁹 $get_capacity" ;; + Discharging) printf "^b$blue 󰁹 $get_capacity" ;; esac }