aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
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
2010-03-12os: import operating system information widgetAdrian C. (anrxc)3
This widget type returns 1st value as the operating system in use, 2nd as the release version, 3rd as your username and 4th the hostname.
2010-03-11fs: further improve the regexpAdrian C. (anrxc)1
2010-03-11mem: rewrite and simplifyAdrian C. (anrxc)1
2010-03-10gmail: switch to ~/.netrc for login storageAdrian C. (anrxc)2
Login information is now kept in the ~/.netrc file, which should be readable only by the owner. This should solve futher problems with unquoted characters addressed in the last commit. The format of the ~/.netrc file is as follows (also documented in the README): machine mail.google.com login user password pass
2010-03-10gmail: don't break on non-escaped chars, quote loginAdrian C. (anrxc)1
2010-03-10fs: include available space in percent, requested by JonAdrian C. (anrxc)2
Format string and key example: "${/home avail_p}"
2010-03-09fs: rewritten, less prone to errorAdrian C. (anrxc)1
2010-03-07init: never pass nil into awful.widget widgetsAdrian C. (anrxc)1
2010-03-07Next release, tag 1.0.25v1.0.25Adrian C. (anrxc)1
2010-03-07fs: fix the bug reported by Alex TergelandAdrian C. (anrxc)1
The regexp did not match for him. Now there is also a handler so the widget does not break if it happens again.
2010-03-07init: do not use keyword type for user dataAdrian C. (anrxc)2
2010-03-07API: added force() function to force update widgetsAdrian C. (anrxc)2
New function introduced vicious.force({ widget, }) - widget argument is a table with one or more widgets that will be updated.
2010-03-07API: regregister() and update() are not exposedAdrian C. (anrxc)2
2010-03-07README: link to the "Widgets in awesome" documentAdrian C. (anrxc)1
2010-03-07API: function enable_caching() is now cache()Adrian C. (anrxc)2
2010-03-06volume: added real mute supportAdrian C. (anrxc)4
Widge type returns 1st value as the volume level and 2nd as the mute state of the requested channel represented as a symbol.
2010-03-06weather: capitalize weather and sky statsAdrian C. (anrxc)1
2010-03-06weather: calculate degree Celsius from FahrenheitAdrian C. (anrxc)1
2010-03-06helpers: import capitalizeAdrian C. (anrxc)1
This helper will capitalize the first letter of every word in a given string. It'll be useful for some widget string which look out of place otherwise, like "rain, snow" (<- where did this come from?). But it can also be useful for people that like to use this format, camel case or simillar.
2010-03-05wifi: properly handle iwconfig PATH differencesAdrian C. (anrxc)1
Most distributions keep it in /sbin, some in /usr/sbin, and somewhere it is, in other places it is not, in the user's $PATH. Now a simple discovery is done to handle this.
2010-03-05wifi: properly handle non-existant interfaceAdrian C. (anrxc)1
The "No such device" message was printed to stderr, find had no result and all the useless matching was done on completely empty output.
2010-03-03git: ignore file removedAdrian C. (anrxc)1
2010-03-02mdir: fix module descriptionAdrian C. (anrxc)2
2010-02-20Next release, tag 1.0.24v1.0.24Adrian C. (anrxc)1
2010-02-20bat: added a note about Apple PMU and ACPI/procfsAdrian C. (anrxc)4
2010-02-20README: added the Security sectionAdrian C. (anrxc)1