From 674338d6f1008fb71673f3da0fcbc0c7a6a342ec Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Tue, 12 Sep 2023 10:32:17 +0400 Subject: [PATCH] oh my days --- config/dwmbar/bar.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }