34 lines
788 B
Text
34 lines
788 B
Text
# Plugin configuration
|
|
plugin {
|
|
hy3 {
|
|
# Windows
|
|
no_gaps_when_only = false
|
|
|
|
# Groups
|
|
node_collapse_policy = 0
|
|
|
|
# Tabs
|
|
tabs {
|
|
height = 10
|
|
padding = 5
|
|
from_top = true
|
|
rounding = 8
|
|
render_text = false
|
|
text_center = false
|
|
text_font = Hack Nerd Font
|
|
text_height = 8
|
|
text_padding = 10
|
|
col.active = $col_accentdark
|
|
col.urgent = rgb(ffd966)
|
|
col.inactive = rgba(00000080)
|
|
col.text.active = $col_textlight
|
|
col.text.urgent = rgba(000000e8)
|
|
col.text.inactive = rgba(ffffffb0)
|
|
}
|
|
|
|
# Autotile
|
|
autotile {
|
|
enable = true
|
|
}
|
|
}
|
|
}
|