oh my days
This commit is contained in:
parent
da4d0e2f40
commit
674338d6f1
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ battery() {
|
||||||
get_status="$(cat /sys/class/power_supply/BAT1/status)"
|
get_status="$(cat /sys/class/power_supply/BAT1/status)"
|
||||||
case "$get_status" in
|
case "$get_status" in
|
||||||
Charging) printf "^c$blue^ $get_capacity" ;;
|
Charging) printf "^c$blue^ $get_capacity" ;;
|
||||||
Discharging) printf "^c$white^ ^b$blue $get_capacity" ;;
|
Discharging) printf "^b$blue $get_capacity" ;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue