mirror of
https://git.adityakumar.xyz/dwmbar.git
synced 2024-11-22 02:22:53 +00:00
Changed battery icon spacing
Spacing is only inserted if charging or warning icon shows.
This commit is contained in:
parent
f2c4077fec
commit
f1affabae0
1 changed files with 3 additions and 3 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
# Prints out battery percentage
|
||||
|
||||
CHARGING_ICON=''
|
||||
WARNING_ICON=''
|
||||
CHARGING_ICON=' '
|
||||
WARNING_ICON=' '
|
||||
BATTERY_FULL_ICON=''
|
||||
BATTERY_2_ICON=''
|
||||
BATTERY_3_ICON=''
|
||||
|
@ -37,7 +37,7 @@ get_battery()
|
|||
BAT_ICON=$BATTERY_2_ICON
|
||||
fi
|
||||
fi
|
||||
echo "$ICON $BAT_ICON $capacity%"
|
||||
echo "$ICON$BAT_ICON $capacity%"
|
||||
}
|
||||
|
||||
get_battery
|
||||
|
|
Loading…
Reference in a new issue