feat(hypr): track Hyprland config

monitors.lua stays untracked since it's machine-specific
(monitor names/resolutions won't transfer to another host).
This commit is contained in:
2026-08-03 19:42:52 +02:00
parent 50950ac071
commit 33d3bf60a0
14 changed files with 445 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
-- Cachy colors
CACHYLGREEN = "rgba(82dcccff)"
CACHYMGREEN = "rgba(00aa84ff)"
CACHYDGREEN = "rgba(007d6fff)"
CACHYLBLUE = "rgba(01ccffff)"
CACHYMBLUE = "rgba(182545ff)"
CACHYDBLUE = "rgba(111826ff)"
CACHYWHITE = "rgba(ffffffff)"
CACHYGREY = "rgba(ddddddff)"
CACHYGRAY = "rgba(798bb2ff)"