From 9162867c32ad77419d2e3cb5ebd25ca0408c53dc Mon Sep 17 00:00:00 2001 From: Keyoonz Date: Fri, 31 Jan 2025 19:24:18 +0100 Subject: [PATCH] fix:matugen template for hyprland due to its update --- .config/matugen/config.toml | 1 - .config/matugen/templates/colors.conf | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.config/matugen/config.toml b/.config/matugen/config.toml index d90e63b..0b458f4 100644 --- a/.config/matugen/config.toml +++ b/.config/matugen/config.toml @@ -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' diff --git a/.config/matugen/templates/colors.conf b/.config/matugen/templates/colors.conf index fc65f2a..f0498bd 100644 --- a/.config/matugen/templates/colors.conf +++ b/.config/matugen/templates/colors.conf @@ -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 *>