mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 08:49:44 +01:00
b9597e5774
Fixes #1550 PR #1695
28 lines
399 B
TOML
28 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
|