4 lines
102 B
Lua
4 lines
102 B
Lua
function conky_format( format, string )
|
|
return string.format( format, conky_parse( string ) )
|
|
end
|