HOME | DD

Published: 2014-02-15 21:22:37 +0000 UTC; Views: 17615; Favourites: 32; Downloads: 2920
Redirect to original
Description
Just some conky + pure lua. The primary goal was to make vertical 3D-bars showing CPU usage in percent. Have fun with it! See lua_widgets.lua for options in Configuration section.Start it with conky -c start_conky.
Cheers!
PS: The code is not user-friendly and not optimized. You should know how to code in lua to make this work cause I am not maintaining this conky anymore!
Related content
Comments: 18
erikdubois [2017-06-28 11:58:48 +0000 UTC]
Do you mind if we include this conky in our distro ArchLabs?
👍: 0 ⏩: 1
xeXpanderx In reply to erikdubois [2017-06-28 13:20:39 +0000 UTC]
Not at all, go ahead . Let me know if you need some help with the code, it needs a lot of cleanup.
👍: 0 ⏩: 0
iJPirela [2015-03-04 05:07:56 +0000 UTC]
ERROR:
Conky: llua_do_call: function conky_start_widgets execution failed: lua_widgets.lua:179: attempt to perform arithmetic on local 'current_value' (a nil value)
👍: 0 ⏩: 0
mainstreamgroup [2014-04-14 07:46:18 +0000 UTC]
This looks marvelous!
I does not display though, just spitting out errors.
I only installed conky-all - anything else i need?
👍: 0 ⏩: 1
mainstreamgroup In reply to mainstreamgroup [2014-04-14 07:52:21 +0000 UTC]
Conky: llua_do_call: function conky_start_widgets execution failed: lua_widgets.lua:98: attempt to perform arithmetic on local 'conky_value' (a string value)
Conky: llua_do_call: function conky_start_widgets execution failed: lua_widgets.lua:98: attempt to perform arithmetic on local 'conky_value' (a string value)
Conky: llua_do_call: function conky_start_widgets execution failed: lua_widgets.lua:98: attempt to perform arithmetic on local 'conky_value' (a string value)
Conky: llua_do_call: function conky_start_widgets execution failed: lua_widgets.lua:98: attempt to perform arithmetic on local 'conky_value' (a string value)
Conky: llua_do_call: function conky_start_widgets execution failed: lua_widgets.lua:98: attempt to perform arithmetic on local 'conky_value' (a string value)
👍: 0 ⏩: 1
Sector11 In reply to mainstreamgroup [2014-04-15 14:27:17 +0000 UTC]
cairo_select_font_face (cr, "Dejavu Sans Condensed", CAIRO_FONT_SLANT_NORMAL, CAIRO_FONT_WEIGHT_NORMAL);
Do you have the Dejavu Sans Condensed font?
👍: 0 ⏩: 0