first go at hyprland with lua config

This commit is contained in:
2026-05-10 15:35:01 +01:00
parent ecfa3d9c0f
commit b8ce839f2a
15 changed files with 576 additions and 144 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
<* for name, value in colors *>
$image = {{image}}
${{name}} = rgba({{value.default.hex_stripped}}ff)
--image = {{image}}
Color_{{name}} = "rgba({{value.default.hex_stripped}}ff)"
<* endfor *>