mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-12 16:20:06 +00:00
fix spacing on battery icon
This commit is contained in:
parent
60bb6ce0b3
commit
a115035d27
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ case $POWERLEVEL9K_MODE in
|
|||
BACKGROUND_JOBS_ICON $'\uF013 ' #
|
||||
TEST_ICON $'\uF188' #
|
||||
TODO_ICON $'\u2611' # ☑
|
||||
BATTERY_ICON $'\uF241' #
|
||||
BATTERY_ICON $'\uF241 ' #
|
||||
OK_ICON $'\u2713' # ✓
|
||||
FAIL_ICON $'\u2718' # ✘
|
||||
SYMFONY_ICON $'\uE757' #
|
||||
|
|
Loading…
Reference in a new issue