confgen xresources

This commit is contained in:
LordMZTE 2023-04-26 11:06:56 +02:00
parent e8a0ded145
commit 993cc18f55
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6
2 changed files with 4 additions and 0 deletions

2
.Xresources.cgt Normal file
View file

@ -0,0 +1,2 @@
Xcursor.theme: <% opt.cursor_theme %>
Xcursor.size: 32

View file

@ -4,6 +4,8 @@ cg.addPath ".ssh"
cg.addPath ".cargo"
cg.addPath "etc"
cg.addFile ".Xresources.cgt"
-- Recursively merge 2 tables
local function merge(a, b)
for k, v in pairs(b) do