1
0
Fork 0
forked from ahurac/dotfiles
ahuarc-dotfiles/config/hypr/hyprland.d/plugin.conf

35 lines
786 B
Text
Raw Normal View History

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