fix:matugen template for hyprland due to its update

This commit is contained in:
2025-01-31 19:24:18 +01:00
parent abb00cf5c3
commit 9162867c32
2 changed files with 1 additions and 2 deletions

View File

@@ -20,7 +20,6 @@ post_hook = 'swaync-client -rs'
[templates.hyprland]
input_path = './templates/colors.conf'
output_path = '~/.config/hypr/colors.conf'
post_hook = 'sed -i "s/, /,/g" ~/.config/hypr/colors.conf'
[templates.swaylock]
input_path = './templates/config'

View File

@@ -3,5 +3,5 @@
# Generated with Matugen
#
<* for name, value in colors *>
${{name}} = {{value.default.rgb}}
${{name}} = rgb({{value.default.red}},{{value.default.green}},{{value.default.blue}})
<* endfor *>