From 1816b976b8882b04c0d9a2a455cf0e6a5a93db85 Mon Sep 17 00:00:00 2001 From: Hannes Date: Fri, 21 Aug 2026 23:44:19 +0200 Subject: [PATCH] added Color.lua in hyprland --- config.toml | 4 ++++ templates/hypr.lua | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 templates/hypr.lua diff --git a/config.toml b/config.toml index dabc069..006eb09 100644 --- a/config.toml +++ b/config.toml @@ -24,3 +24,7 @@ output_path = "~/.config/hypr/hyprlock.conf" [templates.wofi] input_path = "~/.config/matugen/templates/wofi.css" output_path = "~/.config/wofi/style.css" + +[templates.hypr] +input_path = "~/.config/matugen/templates/hypr.lua" +output_path = "~/.config/hypr/config/color.lua" diff --git a/templates/hypr.lua b/templates/hypr.lua new file mode 100644 index 0000000..e3eca10 --- /dev/null +++ b/templates/hypr.lua @@ -0,0 +1,2 @@ +ACTIVE_COLOR = 0xFF{{ colors.primary.default.hex_stripped }} +INACTIVE_COLOR = 0xFF{{ colors.tertiary.default.hex_stripped }} \ No newline at end of file