mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: conky is eating my life
This commit is contained in:
parent
b7c510de28
commit
34bc9ae04e
15 changed files with 1830 additions and 98 deletions
5
home/environments/i3/conky/kat.lua
Normal file
5
home/environments/i3/conky/kat.lua
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue