dotfiles/config/hypr-ahrc--pc/hyprland.d/plugin.conf

35 lines
788 B
Text
Raw Permalink Normal View History

# 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)
2024-01-21 19:40:05 +01:00
col.inactive = rgba(00000080)
col.text.active = $col_textlight
col.text.urgent = rgba(000000e8)
2024-01-21 19:40:05 +01:00
col.text.inactive = rgba(ffffffb0)
}
# Autotile
autotile {
enable = true
}
}
}