aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
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
2010-04-02widgets: reuse existing datasets where appropriateAdrian C. (anrxc)12
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-03-26raid: import raid state widget type by HagenAdrian C. (anrxc)3
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-19pkg: aptitude alternative to apt-show-versionsAdrian C. (anrxc)1
Key for aptitude is Ubuntu, as Debian users are more likely to have apt-show-versions.
2010-03-16bat: fixed module descriptionAdrian C. (anrxc)1
2010-03-15Next release, tag 2.0.0v2.0.0Adrian C. (anrxc)1
2010-03-15widgets: minor cleanup before a tag in cpuinf, fs, mbox...Adrian C. (anrxc)5
2010-03-15wifi: return 0 not N/A when channel is unavailableAdrian C. (anrxc)1
2010-03-15thermal: function argument is already localAdrian C. (anrxc)1
2010-03-15os: merge with entropy widget typeAdrian C. (anrxc)4
Operating System widget type now returns two additional values, 5th as available system entropy and 6th as available entropy in percent.
2010-03-15helpers: index subdirectories in pathtotable()Adrian C. (anrxc)2
2010-03-15bat: fix battery detectionAdrian C. (anrxc)1
2010-03-14README: updated link to contribAdrian C. (anrxc)1
2010-03-14API: missing warg should not break awesomeAdrian C. (anrxc)15
2010-03-14API: transform widgets namespace table to a directoryAdrian C. (anrxc)26
2010-03-13init: never pass string to awful.widget widgetsAdrian C. (anrxc)1
2010-03-13init: missing widget type should not break awesomeAdrian C. (anrxc)2
2010-03-13hddtemp: minor style changesAdrian C. (anrxc)2
2010-03-13cpuinf: rewritten and optimizedAdrian C. (anrxc)1
2010-03-13Make use of io.lines() where appropriateAdrian C. (anrxc)5
2010-03-13README: added a list of needed utilitiesAdrian C. (anrxc)1
2010-03-12README: add contributors to Authors sectionAdrian C. (anrxc)1
If you would like to be removed from the list let me know.
2010-03-12README: added contrib and vicious-fbsd informationAdrian C. (anrxc)1
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-12README: standardize quotesAdrian C. (anrxc)1
2010-03-12mpd: rewritten and now uses curl not mpcAdrian C. (anrxc)2
Widget type uses curl now, like all other types accessing network resources (until, if ever, we switch to luasocket). Where previously only the currently playing song was returned now you can access these keys: {volume}, {state}, {Artist}, {Title}, {Album}, {Genre}. You can provide an optional table argument to change password, host or port.
2010-03-12net: remove redudant string.match callAdrian C. (anrxc)1
2010-03-12Next release, tag 1.0.26v1.0.26Adrian C. (anrxc)1
2010-03-12dio: add I/O scheduler supportAdrian C. (anrxc)2
I/O scheduler information is stored in the key: {sched}
2010-03-12fs: use -l not --local for portabilityAdrian C. (anrxc)1