aboutsummaryrefslogtreecommitdiff
path: root/home-manager/tests/modules/programs/starship/settings-expected.toml
blob: a4fb0ee55debbb2b04ed853cfda8dc2d15651898 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
add_newline = false
prompt_order = ["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]
symbol = "➜"

[memory_usage]
threshold = -1

[package]
disabled = true