add matugen config for hyprland auto-theming
This commit is contained in:
@@ -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'
|
||||
@@ -0,0 +1,4 @@
|
||||
<* for name, value in colors *>
|
||||
$image = {{image}}
|
||||
${{name}} = rgba({{value.default.hex_stripped}}ff)
|
||||
<* endfor *>
|
||||
Reference in New Issue
Block a user