'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
|
esac
|
||||||
;;
|
;;
|
||||||
|
"Not charging")
|
||||||
|
CLASS="ac"
|
||||||
|
STATUS=" "
|
||||||
|
;;
|
||||||
"Full")
|
"Full")
|
||||||
CLASS="ac"
|
CLASS="ac"
|
||||||
STATUS=" "
|
STATUS=" "
|
||||||
|
|
Loading…
Reference in New Issue