From da4d0e2f406b903a418ae8658dd34e315238b69b Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Tue, 12 Sep 2023 10:24:00 +0400 Subject: [PATCH] L:LSADASD --- 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 3dbfd89c..8cf01e74 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 "^c$white^ ^b$blue 󰁹 $get_capacity" ;; esac }