starship: Make battery more noticeable

This makes it easier to predict how much time we have left before the
battery runs out when developing without a charger.
This commit is contained in:
Donovan Glover 2022-11-02 18:40:56 -04:00
parent b366e2445b
commit e1da315eaa
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -8,6 +8,18 @@ read_only = " ro"
style = "yellow"
symbol = ""
[[battery.display]]
threshold = 10
style = "bold red"
[[battery.display]]
threshold = 30
style = "bold yellow"
[[battery.display]]
threshold = 90
style = "bold normal"
[character]
#success_symbol = "[➤](red)[➤](green)[➤](blue)"
#error_symbol = "[➤](cyan)[➤](purple)[➤](yellow)"