dotfiles/config/i3bar-river/config.toml
2025-07-10 19:39:59 +02:00

14 lines
367 B
TOML

background = "#11111b"
color = "#00ff00"
command = "i3status-rs ~/.config/i3status-rust/config-default.toml"
font = "pango:monospace 10"
height = 20
tag_bg = "#313244"
tag_fg = "#cdd6f4"
tag_focused_bg = "#f5a7de"
tag_focused_fg = "#585b70"
tag_inactive_bg = "#cdd6f4"
tag_inactive_fg = "#313244"
tag_urgent_bg = "#ce052a"
tag_urgent_fg = "#585b70"
tags_padding = 10