Commit Graph

39 Commits

Author SHA1 Message Date
Shadowmourne G 99944631c7
contrib: add nvidia infomation widget type 2016-08-18 07:22:22 +02:00
Jörg Thalheim 080e28504a Merge branch 'master' of http://git.sysphere.org/vicious 2015-07-26 08:38:41 +02:00
crondog 211a2bfcf5 contrib: make pulse compatible with lua5.3
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-07-24 15:08:18 +02:00
Noah Tilton 02e1142749 handle case if pacmd fails
Signed-off-by: Jörg Thalheim <joerg@higgsboson.tk>
Signed-off-by: Adrian C. (anrxc) <anrxc@sysphere.org>
2015-03-28 19:45:46 +01:00
Jörg Thalheim 9c535a19bd fix indentation
Signed-off-by: Jörg Thalheim <joerg@higgsboson.tk>
Signed-off-by: Adrian C. (anrxc) <anrxc@sysphere.org>
2015-03-28 19:45:44 +01:00
Adrian C. (anrxc) 178bc65f1b contrib: import nvidia SMI widget type
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.
2014-02-09 19:30:26 +01:00
Jörg Thalheim b0e631f8d6 Merge branch 'master' of http://git.sysphere.org/vicious
Conflicts:
	contrib/README
2013-11-25 09:40:39 +01:00
Uli Schlachter c795642c2f README: update awesome usage examples for v3.5
Signed-off-by: Adrian C. (anrxc) <anrxc@sysphere.org>
2013-11-02 18:34:55 +01:00
Normal Ra 2641bf8004 contrib: add Open Weather and ATi graphics widget types
These were contributed by one of the users, and remain untested by me.

Signed-off-by: Adrian C. (anrxc) <anrxc@sysphere.org>
2013-11-02 18:07:11 +01:00
Adrian C. (anrxc) 052d19e6bb README: explain vicious is a generic WM widget library
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.
2013-06-01 00:09:51 +02:00
Jörg Thalheim 0156fd36f9 Merge branch 'master' of http://git.sysphere.org/vicious
Conflicts:
	contrib/README
	widgets/uptime.lua
2012-09-04 10:10:11 +02:00
Andrzej Bieniek d63343efda contrib: add buildbot monitoring widget
Signed-off-by: Adrian C. (anrxc) <anrxc@sysphere.org>
2012-09-02 12:37:18 +02:00
Adrian C. (anrxc) eba6eb0573 README: prefer vicious in global space
We want to expose suspend, activate and force functions to external
shell scripts not just the Lua prompt.
2012-08-02 02:15:53 +02:00
Jörg Thalheim 01893953a6 Merge branch 'master' of http://git.sysphere.org/vicious 2012-06-25 20:53:19 +02:00
Adrian C. (anrxc) 3b161ffa28 contrib: document how to enable contributed widgets 2012-06-25 01:22:53 +02:00
Adrian C. (anrxc) 1a7b43068c contrib: initialization bugfix after lua52 port
The _NAME field was missing in the contrib table. Thanks to Jorg
Thalheim for reporting this.
2012-06-25 00:15:51 +02:00
Jörg Thalheim c7a1bfbefa port own contrib widgets to lua52 2012-06-19 22:02:48 +02:00
Jörg Thalheim fd9814112a Merge branch 'master' of http://git.sysphere.org/vicious
Conflicts:
	init.lua
	widgets/dio.lua
2012-06-19 21:54:47 +02:00
Arvydas Sidorenko 8e35a983bf Ported vicious.contrib to lua 5.2
Signed-off-by: Arvydas Sidorenko <asido4@gmail.com>
Signed-off-by: Adrian C. (anrxc) <anrxc@sysphere.org>
2012-06-18 01:27:53 +02:00
jinleileiking e5630c1c1a add wpa widget 2012-05-30 17:16:13 +02:00
Jörg Thalheim 25b4d528d7 add ac plugin 2012-04-01 14:55:49 +02:00
Joerg T. (Mic92) 4d4e639ecf Rename widget sumup to countfiles 2011-10-25 20:47:39 +02:00
Joerg T. (Mic92) 25b375bd6b [pulse] round volume to integer 2011-09-02 05:13:32 +02:00
Joerg T. (Mic92) b4158a869a [pulse] round volume to integer 2011-09-01 16:08:02 +02:00
Joerg T. (Mic92) 12a338bf62 Merge branch 'master' of http://git.sysphere.org/vicious
Conflicts:
	contrib/init.lua
	helpers.lua
	widgets/init.lua
2011-05-11 18:44:25 +02:00
Joerg T. (Mic92) dcc2b60cd8 vicious: load widget modules only when needed
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-05-10 00:50:41 +02:00
Joerg T. (Mic92) 2e461f101d Load widgets as needed instead of all at startup 2011-05-09 19:14:52 +02:00
Joerg T. (Mic92) bd5337e81c Merge branch 'master' of http://git.sysphere.org/vicious
Conflicts:
	README
	widgets/dio.lua
2011-04-04 19:58:50 +02:00
Adrian C. (anrxc) c2f7fbcf23 dio: provide stats for all devices, rewritten by Joerg
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-03-29 02:21:53 +02:00
Joerg T. (Mic92) 15ac830ba6 Merge branch 'master' of http://git.sysphere.org/vicious 2011-01-13 10:35:16 +01:00
Adrian C. (anrxc) fd0718e3f8 contrib: added a README with pulse.lua documented 2011-01-13 04:04:12 +01:00
Joerg T. (Mic92) d845b95912 During updates this module get lost 2010-12-19 04:03:48 +01:00
Joerg T. (Mic92) 9f4302c3cf contrib: rewrite pulse module
* replace grep with lua string matching
* caching sinks
* add toggle function

Signed-off-by: Adrian C. (anrxc) <anrxc@sysphere.org>
2010-12-19 00:16:55 +01:00
Joerg T. (Mic92) 8cd36ae6ad Rewrite pulse module
* replace grep with lua string matching
* caching sinks
* add toggle function
2010-12-18 16:55:23 +01:00
Adrian C. (anrxc) c532c0b080 contrib: fixed email of pulse widget author 2010-10-18 16:36:07 +02:00
Adrian C. (anrxc) 88c3d0c11e contrib: use pcall for luasocket in pop 2010-08-29 01:32:24 +02:00
Adrian C. (anrxc) b200a8073d contrib: dont import pop - requires luasocket 2010-08-29 01:22:35 +02:00
Adrian C. (anrxc) f8a8696389 contrib: imported POP3 widget from Boris 2010-08-29 01:03:31 +02:00
Adrian C. (anrxc) 26b0395ba9 contrib: imported contrib widgets 2010-08-29 00:49:57 +02:00