mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-15 19:30:51 +01:00
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:
parent
b366e2445b
commit
e1da315eaa
@ -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)"
|
||||
|
Loading…
Reference in New Issue
Block a user