feat: conky is eating my life

This commit is contained in:
Kat Inskip 2025-03-18 18:32:41 -07:00
parent b7c510de28
commit 34bc9ae04e
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
15 changed files with 1830 additions and 98 deletions

View file

@ -0,0 +1,5 @@
local _dir_ = debug.getinfo(1, "S").source:sub(2):match("(.*[/\\])") or "./"
kat = { root_dir = _dir_, exec_interval = 3600 }
return kat