Advertisement
Forge64

conky lua for percentage padding

Dec 16th, 2014
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. function conky_format( format, number )
  2. return string.format( format, conky_parse( number ) )
  3. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement