add matugen config for hyprland auto-theming

This commit is contained in:
2025-11-06 13:01:19 +00:00
parent a811f83835
commit 0abec9994c
4 changed files with 18 additions and 8 deletions
+6
View File
@@ -0,0 +1,6 @@
[config]
[templates.hyprland]
input_path = '~/.config/matugen/hyprland-colors.conf'
output_path = '~/.config/hypr/hypr-colors.conf'
post_hook = 'hyprctl reload'
+4
View File
@@ -0,0 +1,4 @@
<* for name, value in colors *>
$image = {{image}}
${{name}} = rgba({{value.default.hex_stripped}}ff)
<* endfor *>