mirror of
https://git.adityakumar.xyz/dwmbar.git
synced 2024-11-21 18:12:53 +00:00
Improve spacing in battery module.
This commit is contained in:
parent
5666ca42d7
commit
186525c897
1 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue