1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-28 09:28:32 +02:00
home-manager/tests/modules/programs/starship/settings-expected.toml
2021-01-03 10:21:55 +01:00

29 lines
399 B
TOML

add_newline = false
format = "$line_break$package$line_break$character"
scan_timeout = 10
[aws]
disabled = true
style = "bold blue"
[battery]
charging_symbol = "⚡️"
[[battery.display]]
style = "bold red"
threshold = 10
[[battery.display]]
style = "bold yellow"
threshold = 30
[character]
error_symbol = "➜"
success_symbol = "➜"
[memory_usage]
threshold = -1
[package]
disabled = true