1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-30 18:38:31 +02:00
home-manager/tests/modules/programs/starship/settings-expected.toml

29 lines
399 B
TOML
Raw Normal View History

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