Convert hyprland config to lua
This commit is contained in:
6
matugen/templates/hyprland-colors.lua
Normal file
6
matugen/templates/hyprland-colors.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
return {
|
||||
image = "{{image}}",
|
||||
<* for name, value in colors *>
|
||||
{{name}} = "0xff{{value.default.hex_stripped}}",
|
||||
<* endfor *>
|
||||
}
|
||||
Reference in New Issue
Block a user