1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-09-21 02:19:01 +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:
CAESIUS_TIM 2024-01-12 01:10:48 +08:00 committed by GitHub
parent a29b82586c
commit 431aaa5875
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -569,7 +569,7 @@ style = 'bold red'
[[battery.display]] # 'bold yellow' style and 💦 symbol when capacity is between 10% and 30% [[battery.display]] # 'bold yellow' style and 💦 symbol when capacity is between 10% and 30%
threshold = 30 threshold = 30
style = 'bold yellow' style = 'bold yellow'
discharging_symbol = '💦' discharging_symbol = '💦 '
# when capacity is over 30%, the battery indicator will not be displayed # when capacity is over 30%, the battery indicator will not be displayed
``` ```