fix script
This commit is contained in:
parent
9a2e0c9499
commit
5b2b7a3662
|
@ -29,7 +29,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^ Charging $get_capacity" ;;
|
Charging) printf "^c$blue^ Charging $get_capacity" ;;
|
||||||
Discharging) $(lowbattery) ;;
|
Discharging) lowbattery() ;;
|
||||||
esac
|
esac
|
||||||
#printf "^c$blue^ $get_capacity"
|
#printf "^c$blue^ $get_capacity"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue