Commit Graph

702 Commits

Author SHA1 Message Date
Joerg T. (Mic92) 7c14161608 Allocate reg table with all values in one shot 2011-08-18 19:43:09 +02:00
Joerg T. (Mic92) e2cdb97e2f Merge branch 'master' of http://git.sysphere.org/vicious 2011-08-18 19:39:52 +02:00
Adrian C. (anrxc) b11d251ef0 README: provide multigraph usage example 2011-08-07 22:17:26 +02:00
Adrian C. (anrxc) 44aea3786f bat: better fix for missing rate in 31d7b2f
Thanks to Ikke for debugging this.
2011-07-12 23:54:13 +02:00
Joerg T. (Mic92) f523e39540 Merge branch 'master' of http://git.sysphere.org/vicious 2011-07-02 10:06:42 +02:00
Adrian C. (anrxc) e01a8ebe21 vicious: document mem.bcuse 2011-06-30 01:06:43 +02:00
Adrian C. (anrxc) 1384b69384 mem: provide mem.bcuse for Gabriel 2011-06-30 01:02:43 +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
Adrian C. (anrxc) 324563e51b Next release, tag 2.0.3
Thanks to Jörg Thalheim and his work on improving Vicious, we can make
this tag.
2011-05-10 22:40:34 +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) 80da3d6b40 Merge branch 'master' of http://git.sysphere.org/vicious 2011-05-09 18:40:08 +02:00
Perry Hargrave 06e8f7c68a mpd: allow named keys or positional arguments
Signed-off-by: Adrian C. (anrxc) <anrxc@sysphere.org>
2011-04-25 21:21:32 +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) 729ceb7865 dio: import string.match() 2011-03-29 16:41:24 +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) aba6c83a8d dio: Rewrite using /proc/diskstats
- no needs for additional arguments anymore
- table format is change from {read_mb} to {sda read_mb} etc.
- widget take care of counter resets
- now return usage/sec instead of usage/time_between_widget_calls
2011-03-21 21:04:57 +01:00
Joerg T. (Mic92) a2cde1fac0 Merge branch 'master' of http://git.sysphere.org/vicious 2011-03-21 20:58:34 +01:00
Adrian C. (anrxc) 6522f58011 cpu: another 10 percent optimization from Joerg 2011-03-17 04:26:20 +01:00
Joerg T. (Mic92) bf5e2b7bc6 Merge branch 'master' of http://git.sysphere.org/vicious 2011-03-15 21:22:38 +01:00
Adrian C. (anrxc) 753ce61de0 cpu: calculation and optimization fixes by Joerg 2011-03-15 05:02:55 +01:00
Adrian C. (anrxc) f85d9444d9 gmail: fixed misleading comment 2011-03-09 06:53:13 +01:00
Joerg T. (Mic92) 4bcd10b8ad Merge branch 'master' of http://git.sysphere.org/vicious 2011-02-26 17:06:19 +01:00
Adrian C. (anrxc) 31d7b2fc6b bat: fixed "no such device" for current and power 2011-02-21 06:46:49 +01:00
Adrian C. (anrxc) d38584386d helpers: properly handle magic characters 2011-02-15 05:47:21 +01:00
Adrian C. (anrxc) 6ddad318e0 bat: added power_now support
Looks like current_now will eventually be deprecated. Thanks to Conrad
Calmez for finding this bug report:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=532000
2011-02-15 03:49:43 +01: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) 25fc7eab29 Merge branch 'master' of http://git.sysphere.org/vicious 2010-12-31 16:06:00 +01:00
Joerg T. (Mic92) 3b46225ef5 Merge branch 'master' of github.com:Mic92/vicious 2010-12-19 04:05:40 +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
Joerg T. (Mic92) 1439de86b8 Rewrite pulse module
* replace grep with lua string matching
* caching sinks
* add toggle function
2010-12-18 16:45:16 +01:00
Joerg T. (Mic92) 9bd84ff229 Merge branch 'master' of http://git.sysphere.org/vicious
Conflicts:
	init.lua
2010-12-18 08:35:07 +01:00
Joerg T. (Mic92) 43a3d2585d Merge branch 'master' of http://git.sysphere.org/vicious
Conflicts:
	init.lua
	widgets/init.lua
	widgets/volume.lua
2010-12-18 08:34:04 +01:00
Joerg T. (Mic92) 2dc25dafe1 Move extra to contrib 2010-12-05 12:46:21 +01:00
Joerg T. (Mic92) f3e0cca380 load contrib widgets 2010-12-05 12:44:10 +01:00
Joerg T. (Mic92) 19489954ed Move to contrib 2010-12-05 12:42:56 +01:00
Joerg T. (Mic92) 0a37ac66d1 Merge branch 'master' of http://git.sysphere.org/vicious 2010-12-05 11:56:24 +01:00
Adrian C. (anrxc) 5160cfe8e9 Next release, tag 2.0.2 2010-11-30 02:34:54 +01:00
Adrian C. (anrxc) add54f87ee README: added missing register() documentation 2010-11-03 03:33:49 +01:00
Adrian C. (anrxc) fe2e432685 TODO: fix contrib/sensors for Ian 2010-11-03 03:21:56 +01:00
Adrian C. (anrxc) 762593385c wifi: proper fix for SSID regexp 2010-10-29 17:50:13 +02:00
Adrian C. (anrxc) 7f7a94d795 gmail: inbox is now default
With all the tags and other crap, we could be counting mail up to 3-5
times. If you hate this change let me know. Otherwise inbox is now
default.
2010-10-29 16:46:59 +02:00
Adrian C. (anrxc) 82eb67b400 wifi: removed spurious bracket from SSID regexp 2010-10-28 20:16:18 +02:00
Adrian C. (anrxc) 304fa336ed wifi: properly handle disconnects 2010-10-24 23:36:38 +02:00
Adrian C. (anrxc) 32a7be1d6d wifi: provide link quality in percent 2010-10-19 21:23:06 +02:00
Adrian C. (anrxc) c532c0b080 contrib: fixed email of pulse widget author 2010-10-18 16:36:07 +02:00
Joerg T. (Mic92) 1d2c1283ff Merge branch 'master' of http://git.sysphere.org/vicious 2010-10-17 09:01:34 +02:00