'Not charging' status for when on AC, but not quite full
This commit is contained in:
parent
b91d942a71
commit
ac9d33a955
|
@ -37,6 +37,10 @@ elif [[ $1 == bar ]]; then
|
|||
;;
|
||||
esac
|
||||
;;
|
||||
"Not charging")
|
||||
CLASS="ac"
|
||||
STATUS=" "
|
||||
;;
|
||||
"Full")
|
||||
CLASS="ac"
|
||||
STATUS=" "
|
||||
|
|
Loading…
Reference in New Issue