change discharge symbol

This commit is contained in:
koksnuss 2018-05-04 01:28:53 +02:00
parent e4f097a334
commit 785b041b0c

View File

@ -37,7 +37,7 @@ $status = $1;
$percent = $2;
if ($status eq 'Discharging') {
$full_text = '';
$full_text = '';
} elsif ($status eq 'Charging') {
$full_text = '⚡';
}