Merge pull request #166 from jihedmastouri/patch-1

This commit is contained in:
Ethan Edwards 2022-08-10 12:31:44 -04:00 committed by GitHub
commit 150daf31e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -89,10 +89,10 @@ battery_status()
discharging|Discharging) discharging|Discharging)
echo '' echo ''
;; ;;
high) high|Full)
echo '' echo ''
;; ;;
charging) charging|Charging)
echo 'AC' echo 'AC'
;; ;;
*) *)