diff --git a/battery b/battery index 1420344..8309307 100755 --- a/battery +++ b/battery @@ -37,7 +37,7 @@ $status = $1; $percent = $2; if ($status eq 'Discharging') { - $full_text = ''; + $full_text = '↓'; } elsif ($status eq 'Charging') { $full_text = '⚡'; }