From 46c08d95ec19ff0e2461b2d9c414652130dabf8a Mon Sep 17 00:00:00 2001 From: kenji Date: Sat, 27 Dec 2025 10:51:09 -0600 Subject: [PATCH] add --- apps/matugen/config.toml | 4 ++-- apps/matugen/home.nix | 2 ++ apps/matugen/templates/{hyprland-colors.conf => hyprland} | 0 3 files changed, 4 insertions(+), 2 deletions(-) rename apps/matugen/templates/{hyprland-colors.conf => hyprland} (100%) diff --git a/apps/matugen/config.toml b/apps/matugen/config.toml index 5ee5375..22dab87 100644 --- a/apps/matugen/config.toml +++ b/apps/matugen/config.toml @@ -7,6 +7,6 @@ output_path = "~/.config/ghostty/themes/matugen" post_hook = "killall -SIGUSR2 .ghostty-wrappe" [templates.hyprland] -input_path = "~/.config/matugen/templates/hyprland-colors.conf" -output_path = "~/.config/hypr/hyprland-colors.conf" +input_path = "~/.config/matugen/templates/hyprland" +output_path = "~/.config/hypr/matugen.conf" post_hook = "hyprctl reload" diff --git a/apps/matugen/home.nix b/apps/matugen/home.nix index 9f6a15a..17bc9a2 100644 --- a/apps/matugen/home.nix +++ b/apps/matugen/home.nix @@ -12,5 +12,7 @@ source = ./templates; recursive = true; }; + programs.ghostty.settings.theme = "matugen"; + wayland.windowManager.hyprland.settings.extraConfig = ''source ./matugen.conf''; } diff --git a/apps/matugen/templates/hyprland-colors.conf b/apps/matugen/templates/hyprland similarity index 100% rename from apps/matugen/templates/hyprland-colors.conf rename to apps/matugen/templates/hyprland