aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2011-05-10Next release, tag 2.0.3v2.0.3Adrian C. (anrxc)2
Thanks to Jörg Thalheim and his work on improving Vicious, we can make this tag.
2011-05-10vicious: load widget modules only when neededJoerg T. (Mic92)4
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-04-25mpd: allow named keys or positional argumentsPerry Hargrave1
Signed-off-by: Adrian C. (anrxc) <anrxc@sysphere.org>
2011-03-29dio: import string.match()Adrian C. (anrxc)1
2011-03-29dio: provide stats for all devices, rewritten by JoergAdrian C. (anrxc)6
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-17cpu: another 10 percent optimization from JoergAdrian C. (anrxc)1
2011-03-15cpu: calculation and optimization fixes by JoergAdrian C. (anrxc)2
2011-03-09gmail: fixed misleading commentAdrian C. (anrxc)1
2011-02-21bat: fixed "no such device" for current and powerAdrian C. (anrxc)1
2011-02-15helpers: properly handle magic charactersAdrian C. (anrxc)2
2011-02-15bat: added power_now supportAdrian C. (anrxc)1
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-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-11-30Next release, tag 2.0.2v2.0.2Adrian C. (anrxc)1
2010-11-03README: added missing register() documentationAdrian C. (anrxc)1
2010-11-03TODO: fix contrib/sensors for IanAdrian C. (anrxc)1
2010-10-29wifi: proper fix for SSID regexpAdrian C. (anrxc)1
2010-10-29gmail: inbox is now defaultAdrian C. (anrxc)1
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-28wifi: removed spurious bracket from SSID regexpAdrian C. (anrxc)1
2010-10-24wifi: properly handle disconnectsAdrian C. (anrxc)1
2010-10-19wifi: provide link quality in percentAdrian C. (anrxc)2
2010-10-18contrib: fixed email of pulse widget authorAdrian C. (anrxc)1
2010-10-12wifi: improved SSID regular expressionAmir Mohammad Saied1
Current regular expression only matches two words ESSIDs, the other day I was at a friend's home with SSID "The Dark Tower". I was getting N/A. Signed-off-by: Amir Mohammad Saied <amirsaied@gmail.com> Signed-off-by: Adrian C. (anrxc) <anrxc@sysphere.org>
2010-10-09init: emit timeout instead of forced updateAdrian C. (anrxc)1
2010-10-08init: add set_markup supportAdrian C. (anrxc)1
2010-10-04date: turn time widget argument into an offsetAdrian C. (anrxc)2
The os.time() call should not be passed as an argument it self, because of a chance it will be stored internally and so we would always get the same time. Instead we can pass time offsets in seconds, i.e. to go 6 hours forward we can use the widget argument 21600, to go 6 hours back we use -21600 instead.
2010-10-03date: accept time as a widget argumentAdrian C. (anrxc)2
Format custom time for example to calculate time zone differences, New York time relative to me would be widget argument: os.time()-21600
2010-09-14init: add connect_signal support, patch by UliAdrian C. (anrxc)1
2010-09-13README: update contrib informationAdrian C. (anrxc)1
2010-09-13init: comment connect_signal for users of awesome masterAdrian C. (anrxc)1
Thanks to all who sent patches. Usually I would support master, but in this case we are very far from the next release. In addition master is (much more than usually) unstable right now.
2010-08-29pkg: description updatedAdrian C. (anrxc)2
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-29TODO: document contrib widgetsAdrian C. (anrxc)1
2010-08-29contrib: imported POP3 widget from BorisAdrian C. (anrxc)2
2010-08-29init: import contrib widgets, commentedAdrian C. (anrxc)1
2010-08-29contrib: imported contrib widgetsAdrian C. (anrxc)11
2010-08-25Next release, tag 2.0.1v2.0.1Adrian C. (anrxc)1
2010-08-22mpd: added some optional stats, commentedAdrian C. (anrxc)3
2010-08-22pkg: include FreeBSD supportAdrian C. (anrxc)1
2010-07-23TODO: solid multigraph support neededAdrian C. (anrxc)3
2010-07-19net: add operational state supportAdrian C. (anrxc)3
2010-07-10dio: add partition supportAdrian C. (anrxc)2
2010-07-05TODO: remove org-mode extensionAdrian C. (anrxc)1
2010-07-03TODO: added the carrier detection todoAdrian C. (anrxc)1
2010-07-03TODO: included the todo file to encourage contributionAdrian C. (anrxc)1
2010-05-17README: cut on the security crapAdrian C. (anrxc)1
2010-04-28raid: removed permanent stats storageAdrian C. (anrxc)1
2010-04-21pkg: include Mandriva supportRémy CLOUARD1
This commit adds support for mandriva tools in the pkg widget through the use of urpmq --auto-select. Note: this command only checks for hdlists files available on the computer. To get "live" statistics one should run urpmi.update which has to be run with higher privileges. Signed-off-by: Adrian C. (anrxc) <anrxc@sysphere.org>
2010-04-07uptime: simplified system load regexpAdrian C. (anrxc)1