We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44899f4 commit d26459bCopy full SHA for d26459b
scripts/battery_icon_status.sh
@@ -39,7 +39,7 @@ get_icon_status_settings() {
39
40
print_icon_status() {
41
local status=$1
42
- if [[ $status =~ (charged) || $status =~ (full) ]]; then
+ if [[ $status =~ (charged) || $status =~ (full) || $status =~ (^finishing charge) ]]; then
43
printf "$icon_status_charged"
44
elif [[ $status =~ (^charging) ]]; then
45
printf "$icon_status_charging"
0 commit comments