This website requires JavaScript.
Explore
Help
Register
Sign In
Llewellyn
/
conky
Watch
1
Star
0
Fork
0
You've already forked conky
mirror of
https://github.com/Llewellynvdm/conky.git
synced
2024-12-29 05:12:41 +00:00
Code
Issues
Releases
Activity
199f8876fb
conky
/
convert.lua
4 lines
81 B
Lua
Raw
Normal View
History
Unescape
Escape
convert.lua: a file attempting to convert conkyrc to the new syntax
2010-11-17 13:25:16 +00:00
#! /usr/bin/lua
Support for old config syntax (Optional)
2010-11-19 13:27:18 +00:00
assert
(
loadfile
(
"
convertluafuncs
"
)
)
(
)
print
(
convertconfigfile
(
)
)
Copy Permalink