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