HOME | DD

Published: 2009-10-30 21:33:47 +0000 UTC; Views: 53655; Favourites: 67; Downloads: 12163
Redirect to original
Description
So, I wanted to make a system by which I (or anyone else) could publish Lua widgets and make it as easy as possible to build them into Conky. Iโve come up with a simple Lua script into which you can drop widget code blocks, some simple configuration info, and display them all with just a single call in Conky. That way, you only need one .conkyrc and one conky_widgets.lua script for all your widgety needs!The .tar.gz file attached contains the basic Conky Widgets script; you will need one or more code blocks to make it work. For more info, please see the Conky Blog: [link]
The screenshot preview was created using a combination of my "Air" clock and four semi-circle rings. The widget code blocks for those widgets are contained in the packages below:
+ [link]
+ [link]
Changelog:
+ v1.1 -- Simplified calls to widgets by implementing a global drawing surface, and included imlib2 by default (03.11.2009)
+ v1.0 -- Original release (30.10.2009)
Related content
Comments: 17
mahdionnet [2014-11-09 17:39:43 +0000 UTC]
Hi,
I loved it since Ubuntu!
Would you mind if I port it to Windows Rainmeter?
๐: 0 โฉ: 0
princefrog91 [2013-05-19 02:51:05 +0000 UTC]
I can't open your file plz help me open with gedit in nautilus but it have problem with archive i can't open
๐: 0 โฉ: 0
hoseimz [2013-05-03 13:12:10 +0000 UTC]
Very nice , the best theme I have seen for conky , THANKS , but you say very complicated , some of the users like me are even new to conky & don't know what are you saying ?!
๐: 0 โฉ: 1
hoseimz In reply to hoseimz [2013-05-03 13:21:30 +0000 UTC]
I installed some conky theme's before but I cant install your Great one's , all of the conky theme's zip file's you upload to Deviant have a tar file on it that my Ubuntu 13.04 cant open them and Say : Archive type not supported ! I'm Really sad , Please say me what to do or give me a link for a usual type of this soon ! THANKS
๐: 0 โฉ: 0
JeSuisNerd [2011-12-06 04:36:13 +0000 UTC]
The counter-clockwise widget isn't working properly for me (the indicator ring is all weird). I'm not sure if anybody else is having this problem but I thought I'd post my solution.
To fix this I just copy/pasted the entire clockwise ring function and only changed
cairo_arc(cr,xc,yc,r,angle_0,angle_0+pct_arc)
to
cairo_arc(cr,xc,yc,r,angle_f-pct_arc,angle_f)
(Just the first line after "-- Draw indicator ring"). It now functions exactly as a counter-clockwise ring should, but with the same start and end definitions as the clockwise rings. That is, where the indicator bar is attached is the end angle, which still needs to be more positive than the start angle.
Also, thanks for the work you've done, I love it!
๐: 0 โฉ: 0
tuxricotero [2011-10-01 02:27:27 +0000 UTC]
gracias. muy lindo tu escritorio igual que vos. (:
๐: 0 โฉ: 0
zw4200903 In reply to Yearningforfreedom [2011-08-28 16:15:10 +0000 UTC]
Chineseๅๅ๏ผ็กฎๅฎๅพๆผไบฎ๏ผๆๅพๅๆฌขใใ
๐: 0 โฉ: 0
willbyrne [2010-11-13 05:22:53 +0000 UTC]
is there a way to make the ring 'reverse' so if its ram percentage used can i make the ring fill up anti-clockwise?
cheers
love the scripts by the way keep up the good work
๐: 0 โฉ: 0
londonali1010 In reply to gamemaniac86 [2009-12-20 18:56:46 +0000 UTC]
First, you need to make sure you've got the "conky-all" package installed from the Karmic repos, or alternatively, that you've got Conky v1.7.2 with Lua, Cairo and Imlib2 bindings (you can check this by running "conky -v" in a terminal).
The rest of the instructions are in the actual Lua file (which you can just open in a text editor).
Let me know if you have any other issues
๐: 0 โฉ: 1
rufong In reply to londonali1010 [2010-09-07 16:14:56 +0000 UTC]
ali u do great stuff, after seeing your lua's long ago,
finally making time to try it.
u rock
thx,
lee
๐: 0 โฉ: 0