15 lines
165 B
TOML
15 lines
165 B
TOML
[theme]
|
|
theme = "dracula"
|
|
[icons]
|
|
icons = "material-nf"
|
|
|
|
|
|
[icons.overrides]
|
|
bat = [
|
|
"| |",
|
|
"|¼|",
|
|
"|½|",
|
|
"|¾|",
|
|
"|X|",
|
|
]
|
|
bat_charging = "|^|"
|