L:LSADASD
This commit is contained in:
parent
42dfbda956
commit
da4d0e2f40
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue