added Color.lua in hyprland

This commit is contained in:
Hannes
2026-08-21 23:44:19 +02:00
parent d295dd1ceb
commit 1816b976b8
2 changed files with 6 additions and 0 deletions
+4
View File
@@ -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"
+2
View File
@@ -0,0 +1,2 @@
ACTIVE_COLOR = 0xFF{{ colors.primary.default.hex_stripped }}
INACTIVE_COLOR = 0xFF{{ colors.tertiary.default.hex_stripped }}