2024-01-07 15:41:20 +01:00
|
|
|
# Plugin configuration
|
|
|
|
plugin {
|
|
|
|
hy3 {
|
|
|
|
# Windows
|
|
|
|
no_gaps_when_only = false
|
|
|
|
|
|
|
|
# Groups
|
|
|
|
node_collapse_policy = 0
|
2024-01-08 00:25:14 +01:00
|
|
|
|
|
|
|
# Tabs
|
|
|
|
tabs {
|
2024-04-02 00:54:34 +02:00
|
|
|
height = 10
|
2024-01-08 00:25:14 +01:00
|
|
|
padding = 5
|
|
|
|
from_top = true
|
|
|
|
rounding = 8
|
2024-04-02 00:54:34 +02:00
|
|
|
render_text = false
|
2024-01-08 00:25:14 +01:00
|
|
|
text_center = false
|
|
|
|
text_font = Hack Nerd Font
|
|
|
|
text_height = 8
|
|
|
|
text_padding = 10
|
|
|
|
col.active = $col_accentdark
|
|
|
|
col.urgent = rgb(ffd966)
|
2024-01-21 19:40:05 +01:00
|
|
|
col.inactive = rgba(00000080)
|
2024-01-08 00:25:14 +01:00
|
|
|
col.text.active = $col_textlight
|
|
|
|
col.text.urgent = rgba(000000e8)
|
2024-01-21 19:40:05 +01:00
|
|
|
col.text.inactive = rgba(ffffffb0)
|
2024-01-08 00:25:14 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
# Autotile
|
|
|
|
autotile {
|
|
|
|
enable = true
|
|
|
|
}
|
2024-01-07 15:41:20 +01:00
|
|
|
}
|
|
|
|
}
|