From ee42d9f1427155ff5bd0bbb8466741176bac002d Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Thu, 8 May 2025 21:20:30 +0200 Subject: [PATCH] matugen: fix hyprland file path --- .config/matugen/config.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/matugen/config.toml b/.config/matugen/config.toml index f56c1a9aa..487a2b170 100644 --- a/.config/matugen/config.toml +++ b/.config/matugen/config.toml @@ -11,7 +11,7 @@ output_path = '~/.local/state/quickshell/user/generated/colors.json' [templates.hyprland] input_path = '~/.config/matugen/templates/hyprland/colors.conf' -output_path = '~/.config/hypr/hyprland/hyprland/colors.conf' +output_path = '~/.config/hypr/hyprland/colors.conf' [templates.hyprlock] input_path = '~/.config/matugen/templates/hyprland/hyprlock.conf' @@ -29,3 +29,4 @@ output_path = '~/.config/gtk-3.0/gtk.css' input_path = '~/.config/matugen/templates/gtk/gtk-colors.css' output_path = '~/.config/gtk-4.0/gtk.css' +