'Not charging' status for when on AC, but not quite full

This commit is contained in:
John Mertz 2024-10-15 16:22:53 -06:00
parent b91d942a71
commit ac9d33a955
1 changed files with 4 additions and 0 deletions

View File

@ -37,6 +37,10 @@ elif [[ $1 == bar ]]; then
;;
esac
;;
"Not charging")
CLASS="ac"
STATUS=" "
;;
"Full")
CLASS="ac"
STATUS=" "