mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-10 15:20:55 +00:00
docs(battery): add space after symbol in example (#5695)
docs(battery): add space after symbol in example (#5695)
This commit is contained in:
parent
a29b82586c
commit
431aaa5875
@ -569,7 +569,7 @@ style = 'bold red'
|
||||
[[battery.display]] # 'bold yellow' style and 💦 symbol when capacity is between 10% and 30%
|
||||
threshold = 30
|
||||
style = 'bold yellow'
|
||||
discharging_symbol = '💦'
|
||||
discharging_symbol = '💦 '
|
||||
|
||||
# when capacity is over 30%, the battery indicator will not be displayed
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user