Doors/configs/i3bar-river/config.toml

55 lines
1.1 KiB
TOML
Raw Normal View History

2023-11-27 23:06:26 -05:00
# The status generator command.
# Optional: with no status generator the bar will display only tags and layout name.
command = "i3status-rs"
# Colors
background = "#04070A"
tag_bg = "#04070A"
tag_inactive_bg = "#04070A"
tag_urgent_fg = "#04070A"
tag_fg = "#dff1f2"
tag_inactive_fg = "#dff1f2"
tag_focused_fg = "#dff1f2"
color = "#dff1f2"
2023-11-27 23:06:26 -05:00
separator = "#9a8a62ff"
tag_focused_bg = "#3E758A"
tag_urgent_bg = "#9C994A"
2023-11-27 23:06:26 -05:00
# The font and various sizes
font = "monospace 10"
height = 24
margin_top = 0
margin_bottom = 0
margin_left = 0
margin_right = 0
separator_width = 2.0
tags_r = 0.0
tags_padding = 25.0
blocks_r = 0.0
blocks_overlap = 0.0
# Misc
position = "top" # either "top" or "bottom"
hide_inactive_tags = true
invert_touchpad_scrolling = true
show_layout_name = false
2023-11-27 23:06:26 -05:00
blend = true # whether tags/blocks colors should blend with bar's background
show_mode = true
# WM-specific options
[wm.river]
max_tag = 9 # Show only the first nine tags
# Per output overrides
# [output.your-output-name]
# right now only "enable" option is available
# enable = false
#
# You can have any number of overrides
# [output.eDP-1]
# enable = false