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 8cb3cce commit 5a3d235Copy full SHA for 5a3d235
scripts/battery_icon.sh
@@ -44,7 +44,7 @@ get_icon_settings() {
44
45
print_icon() {
46
local status=$1
47
- if [[ $status =~ (charged) ]]; then
+ if [[ $status =~ (charged) || $status =~ (full) ]]; then
48
printf "$charged_icon"
49
elif [[ $status =~ (^charging) ]]; then
50
printf "$charging_icon"
0 commit comments