19 lines
322 B
TOML
19 lines
322 B
TOML
height = 16
|
|
font = "Hack 10"
|
|
command = "i3status-rs"
|
|
position = "bottom"
|
|
show_tags = true
|
|
|
|
# colors
|
|
background = "#111111ff"
|
|
color = "#dcdcccff"
|
|
|
|
tag_bg = "#222222ff"
|
|
tag_fg = "#dcdcccff"
|
|
|
|
tag_focused_bg = "#ffff00ff"
|
|
tag_focused_fg = "#000000ff"
|
|
tag_urgent_bg = "#ff0500ff"
|
|
tag_urgent_fg = "#ffffffff"
|
|
|
|
tags_padding = 10
|