This commit is contained in:
Luke Smith 2020-12-16 07:50:04 -05:00
parent f76e9c4e93
commit 29c8156e66
No known key found for this signature in database
GPG key ID: 4C50B54A911F6252

View file

@ -27,6 +27,7 @@ do
case "$status" in
"Full") status="⚡" ;;
"Discharging") status="🔋" ;;
"Charging") status="🔌" ;;
"Not charging") status="🛑" ;;
"Unknown") status="♻️" ;;
esac