use hm module for matugen

This commit is contained in:
2024-04-30 00:01:38 +02:00
parent 1328a8b94c
commit f8cf5b8ec8
17 changed files with 385 additions and 394 deletions

View File

@@ -0,0 +1,17 @@
general {
col.inactive_border = rgba({{colors.surface.default.hex_stripped}}{{custom.transparency_hex | to_lower}})
col.active_border = rgb({{colors.primary.default.hex_stripped}})
border_size = 1
extend_border_grab_area = 4
gaps_in = {{custom.padding}}
gaps_out = {{custom.double_padding}}
}
decoration {
rounding = {{custom.radius}}
blur {
size = {{custom.blur}}
passes = 2
}
}