dotfiles/i3/.config/i3status-rust/config.toml
Quentin Godefroid 9c084bfeb5 feat(i3): Add i3 config
feat(alacritty): Migrate to toml
2024-09-30 19:45:21 +02:00

12 lines
194 B
TOML

[theme]
theme = "dracula"
[icons]
icons = "material-nf"
[general]
colors = true
color_good = "#a3be8c"
color_degraded = "#ebcb8b"
color_bad = "#bf616a"
interval = 1
separator = "*"