This commit is contained in:
kenji
2025-12-27 10:51:09 -06:00
parent f302399b70
commit 46c08d95ec
3 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -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"
+2
View File
@@ -12,5 +12,7 @@
source = ./templates;
recursive = true;
};
programs.ghostty.settings.theme = "matugen";
wayland.windowManager.hyprland.settings.extraConfig = ''source ./matugen.conf'';
}