diff options
author | Archie Hilton (thytom) <archie.hilton1@gmail.com> | 2019-10-25 16:31:27 +0100 |
---|---|---|
committer | Archie Hilton (thytom) <archie.hilton1@gmail.com> | 2019-10-25 16:31:27 +0100 |
commit | 186525c897368323904082a8c0d6f0da3575d05f (patch) | |
tree | ce07c14d635d82020692a5aa263fe0ca9fc9f18d /modules/battery | |
parent | 5666ca42d78f5e0035fd334f52959e29f0911b6c (diff) |
Improve spacing in battery module.
Diffstat (limited to 'modules/battery')
-rwxr-xr-x | modules/battery | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/modules/battery b/modules/battery index 901a66e..b5e25fa 100755 --- a/modules/battery +++ b/modules/battery @@ -2,12 +2,12 @@ # Prints out battery percentage -CHARGING_ICON=' ' -WARNING_ICON=' ' -BATTERY_FULL_ICON=' ' -BATTERY_2_ICON=' ' -BATTERY_3_ICON=' ' -BATTERY_4_ICON=' ' +CHARGING_ICON='' +WARNING_ICON='' +BATTERY_FULL_ICON='' +BATTERY_2_ICON='' +BATTERY_3_ICON='' +BATTERY_4_ICON='' FULL_AT=98 |