mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-16 03:40:57 +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"
|
style = "yellow"
|
||||||
symbol = ""
|
symbol = ""
|
||||||
|
|
||||||
|
[[battery.display]]
|
||||||
|
threshold = 10
|
||||||
|
style = "bold red"
|
||||||
|
|
||||||
|
[[battery.display]]
|
||||||
|
threshold = 30
|
||||||
|
style = "bold yellow"
|
||||||
|
|
||||||
|
[[battery.display]]
|
||||||
|
threshold = 90
|
||||||
|
style = "bold normal"
|
||||||
|
|
||||||
[character]
|
[character]
|
||||||
#success_symbol = "[➤](red)[➤](green)[➤](blue)"
|
#success_symbol = "[➤](red)[➤](green)[➤](blue)"
|
||||||
#error_symbol = "[➤](cyan)[➤](purple)[➤](yellow)"
|
#error_symbol = "[➤](cyan)[➤](purple)[➤](yellow)"
|
||||||
|
Loading…
Reference in New Issue
Block a user