fix:matugen template for hyprland due to its update
This commit is contained in:
@@ -20,7 +20,6 @@ post_hook = 'swaync-client -rs'
|
|||||||
[templates.hyprland]
|
[templates.hyprland]
|
||||||
input_path = './templates/colors.conf'
|
input_path = './templates/colors.conf'
|
||||||
output_path = '~/.config/hypr/colors.conf'
|
output_path = '~/.config/hypr/colors.conf'
|
||||||
post_hook = 'sed -i "s/, /,/g" ~/.config/hypr/colors.conf'
|
|
||||||
|
|
||||||
[templates.swaylock]
|
[templates.swaylock]
|
||||||
input_path = './templates/config'
|
input_path = './templates/config'
|
||||||
|
|||||||
@@ -3,5 +3,5 @@
|
|||||||
# Generated with Matugen
|
# Generated with Matugen
|
||||||
#
|
#
|
||||||
<* for name, value in colors *>
|
<* for name, value in colors *>
|
||||||
${{name}} = {{value.default.rgb}}
|
${{name}} = rgb({{value.default.red}},{{value.default.green}},{{value.default.blue}})
|
||||||
<* endfor *>
|
<* endfor *>
|
||||||
|
|||||||
Reference in New Issue
Block a user