dim/config/main.template.toml

10 lines
202 B
TOML
Raw Normal View History

refresh_ms=100
sock_path="~/dim.sock" # must be full path
2024-06-17 11:07:57 +00:00
seperator=" | "
[plugins]
path="./plugins"
2024-06-17 11:07:57 +00:00
blacklist=["example_c", "example_rust"]
as_whitelist=false
template=["counter", "battery", "clock"]