aboutsummaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Collapse)AuthorFiles
2015-07-24contrib: make pulse compatible with lua5.3HEADmastercrondog1
String.format does like converting float to hex (or int for that matter). This fixes the issue Signed-off-by: Adrian C. (anrxc) <anrxc@sysphere.org>
2015-03-28handle case if pacmd failsNoah Tilton1
Signed-off-by: Jörg Thalheim <joerg@higgsboson.tk> Signed-off-by: Adrian C. (anrxc) <anrxc@sysphere.org>
2015-03-28fix indentationJörg Thalheim1
Signed-off-by: Jörg Thalheim <joerg@higgsboson.tk> Signed-off-by: Adrian C. (anrxc) <anrxc@sysphere.org>
2014-02-09contrib: import nvidia SMI widget typeAdrian C. (anrxc)2
Right now nvsmi is just interested in temperature information. My streaming server GPU 'fell of the bus' last night while decoding video, I suspect overheating.
2013-11-02README: update awesome usage examples for v3.5Uli Schlachter1
Signed-off-by: Adrian C. (anrxc) <anrxc@sysphere.org>
2013-11-02contrib: add Open Weather and ATi graphics widget typesNormal Ra3
These were contributed by one of the users, and remain untested by me. Signed-off-by: Adrian C. (anrxc) <anrxc@sysphere.org>
2013-06-01README: explain vicious is a generic WM widget libraryAdrian C. (anrxc)1
Vicious can be used stand-alone, or to feed widgets in window managers beside awesome. So why not provide it to a few Ion, or WMII, or i3 or <foobar> users. Lua is the best thing since sliced bread.
2012-09-02contrib: add buildbot monitoring widgetAndrzej Bieniek2
Signed-off-by: Adrian C. (anrxc) <anrxc@sysphere.org>
2012-08-02README: prefer vicious in global spaceAdrian C. (anrxc)1
We want to expose suspend, activate and force functions to external shell scripts not just the Lua prompt.
2012-06-25contrib: document how to enable contributed widgetsAdrian C. (anrxc)1
2012-06-25contrib: initialization bugfix after lua52 portAdrian C. (anrxc)1
The _NAME field was missing in the contrib table. Thanks to Jorg Thalheim for reporting this.
2012-06-18Ported vicious.contrib to lua 5.2Arvydas Sidorenko13
Signed-off-by: Arvydas Sidorenko <asido4@gmail.com> Signed-off-by: Adrian C. (anrxc) <anrxc@sysphere.org>
2011-09-02[pulse] round volume to integerJoerg T. (Mic92)1
2011-05-10vicious: load widget modules only when neededJoerg T. (Mic92)1
There's no more need to edit init files and manually disable widgets. Signed-off-by: Joerg T. (Mic92) <jthalheim@gmail.com> Signed-off-by: Adrian C. (anrxc) <anrxc@sysphere.org>
2011-03-29dio: provide stats for all devices, rewritten by JoergAdrian C. (anrxc)3
Old dio.lua was moved to contrib. New one is used like CPU widget is, request the device or parition in the format argument, {sda read_mb} as an example. New widget doesn't provide scheduler information, but I don't know anyone who used that. If you think this is wrong let me know.
2011-01-13contrib: added a README with pulse.lua documentedAdrian C. (anrxc)2
2010-12-19contrib: rewrite pulse moduleJoerg T. (Mic92)1
* replace grep with lua string matching * caching sinks * add toggle function Signed-off-by: Adrian C. (anrxc) <anrxc@sysphere.org>
2010-10-18contrib: fixed email of pulse widget authorAdrian C. (anrxc)1
2010-08-29contrib: use pcall for luasocket in popAdrian C. (anrxc)2
2010-08-29contrib: dont import pop - requires luasocketAdrian C. (anrxc)1
2010-08-29contrib: imported POP3 widget from BorisAdrian C. (anrxc)2
2010-08-29contrib: imported contrib widgetsAdrian C. (anrxc)11