Commit Graph

270 Commits

Author SHA1 Message Date
Adrian C. (anrxc) 932bd8dfcb init: emit timeout instead of forced update 2010-10-09 10:03:21 +02:00
Adrian C. (anrxc) fbd2af7b15 init: add set_markup support 2010-10-08 22:26:08 +02:00
Adrian C. (anrxc) e51d8ac39e date: turn time widget argument into an offset
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-04 22:42:31 +02:00
Adrian C. (anrxc) c6085eef06 date: accept time as a widget argument
Format custom time for example to calculate time zone differences, New
York time relative to me would be widget argument: os.time()-21600
2010-10-03 18:48:02 +02:00
Adrian C. (anrxc) a9d6ea21e6 init: add connect_signal support, patch by Uli 2010-09-14 15:21:16 +02:00
Adrian C. (anrxc) 86a13946b5 README: update contrib information 2010-09-13 23:01:13 +02:00
Adrian C. (anrxc) fbfcc495fc init: comment connect_signal for users of awesome master
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-09-13 22:26:33 +02:00
Adrian C. (anrxc) 1d7f64651b pkg: description updated 2010-08-29 13:53:26 +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) 0350ec9676 TODO: document contrib widgets 2010-08-29 01:04:30 +02:00
Adrian C. (anrxc) f8a8696389 contrib: imported POP3 widget from Boris 2010-08-29 01:03:31 +02:00
Adrian C. (anrxc) 1a443cda66 init: import contrib widgets, commented 2010-08-29 00:50:51 +02:00
Adrian C. (anrxc) 26b0395ba9 contrib: imported contrib widgets 2010-08-29 00:49:57 +02:00
Adrian C. (anrxc) 0d6333ed61 Next release, tag 2.0.1 2010-08-25 17:20:26 +02:00
Adrian C. (anrxc) 15349516ca mpd: added some optional stats, commented 2010-08-22 14:59:05 +02:00
Adrian C. (anrxc) 4113d371d1 pkg: include FreeBSD support 2010-08-22 14:46:05 +02:00
Adrian C. (anrxc) fc46e7a19d TODO: solid multigraph support needed 2010-07-23 12:12:11 +02:00
Adrian C. (anrxc) d91266357a net: add operational state support 2010-07-19 02:14:50 +02:00
Adrian C. (anrxc) 8674c919d6 dio: add partition support 2010-07-10 02:02:34 +02:00
Adrian C. (anrxc) d6faae1598 TODO: remove org-mode extension 2010-07-05 23:43:27 +02:00
Adrian C. (anrxc) 6171734c74 TODO: added the carrier detection todo 2010-07-03 19:47:08 +02:00
Adrian C. (anrxc) 6d6e98a7bb TODO: included the todo file to encourage contribution 2010-07-03 19:41:30 +02:00
Adrian C. (anrxc) ca1d8d79e5 README: cut on the security crap 2010-05-17 21:41:36 +02:00
Adrian C. (anrxc) fdae848bba raid: removed permanent stats storage 2010-04-28 14:55:19 +02:00
Rémy CLOUARD 3e12875295 pkg: include Mandriva support
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-21 02:13:53 +02:00
Adrian C. (anrxc) 64e5426985 uptime: simplified system load regexp 2010-04-07 02:24:01 +02:00
Adrian C. (anrxc) 448275a386 widgets: reuse existing datasets where appropriate
Gmail, mbox, raid, weather and wifi could return the old value in case
there isn't new data, no need for N/A to be so common on our wibox.
2010-04-02 01:08:12 +02:00
Adrian C. (anrxc) a9347ec0d0 raid: import raid state widget type by Hagen
This widget type returns 1st value as the number of assigned, and 2nd
as active, devices in the array provided as the widget argument.
2010-03-26 00:59:01 +01:00
Adrian C. (anrxc) 9af29ce1e6 pkg: aptitude alternative to apt-show-versions
Key for aptitude is Ubuntu, as Debian users are more likely to have
apt-show-versions.
2010-03-19 00:51:57 +01:00
Adrian C. (anrxc) 94a60fbc3b bat: fixed module description 2010-03-16 20:26:49 +01:00
Adrian C. (anrxc) 338a2ee952 Next release, tag 2.0.0 2010-03-15 18:00:59 +01:00
Adrian C. (anrxc) 0299c15dc0 widgets: minor cleanup before a tag in cpuinf, fs, mbox... 2010-03-15 17:55:25 +01:00
Adrian C. (anrxc) 4fc6dffe94 wifi: return 0 not N/A when channel is unavailable 2010-03-15 17:54:28 +01:00
Adrian C. (anrxc) f50ad217ea thermal: function argument is already local 2010-03-15 17:54:00 +01:00
Adrian C. (anrxc) 4f86e28ec3 os: merge with entropy widget type
Operating System widget type now returns two additional values, 5th as
available system entropy and 6th as available entropy in percent.
2010-03-15 17:52:02 +01:00
Adrian C. (anrxc) 49b1b0972f helpers: index subdirectories in pathtotable() 2010-03-15 03:02:50 +01:00
Adrian C. (anrxc) 7cbf987a2a bat: fix battery detection 2010-03-15 02:42:36 +01:00
Adrian C. (anrxc) a4bd3075e5 README: updated link to contrib 2010-03-14 19:06:39 +01:00
Adrian C. (anrxc) 4dad2e360c API: missing warg should not break awesome 2010-03-14 03:37:40 +01:00
Adrian C. (anrxc) 237470c8f4 API: transform widgets namespace table to a directory 2010-03-14 01:55:33 +01:00
Adrian C. (anrxc) 9a82d4113a init: never pass string to awful.widget widgets 2010-03-13 22:46:45 +01:00
Adrian C. (anrxc) 3ac4fcf150 init: missing widget type should not break awesome 2010-03-13 21:51:40 +01:00
Adrian C. (anrxc) febc91dda5 hddtemp: minor style changes 2010-03-13 03:39:54 +01:00
Adrian C. (anrxc) 9338cb930b cpuinf: rewritten and optimized 2010-03-13 03:24:37 +01:00
Adrian C. (anrxc) 96a8e557d3 Make use of io.lines() where appropriate 2010-03-13 02:11:41 +01:00
Adrian C. (anrxc) 6441db0a94 README: added a list of needed utilities 2010-03-13 00:34:26 +01:00
Adrian C. (anrxc) 06a455a113 README: add contributors to Authors section
If you would like to be removed from the list let me know.
2010-03-12 23:10:42 +01:00
Adrian C. (anrxc) 178a7eb88e README: added contrib and vicious-fbsd information
Contrib should be better known because of the extra widgets it
contains. While the vicious-fbsd branch by Richard Kolkovich was
already added to the vicious home page and needs more exposure.
2010-03-12 22:30:58 +01:00
Adrian C. (anrxc) 0dd5b72f01 README: standardize quotes 2010-03-12 22:06:31 +01:00