aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
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
2010-02-20helpers: uformat helper replaces formatting done by widgetsAdrian C. (anrxc)5
2010-02-20pkg: solve interactive pacman prompt patch from tdyAdrian C. (anrxc)1
2010-02-18volume: suggest appending card ID or other optionsAdrian C. (anrxc)2
Widget type takes the mixer control as an argument, i.e. "PCM" but can take optional amixer options, i.e. "PCM -c 1".
2010-02-12gmail: reworked feed handling and changed username formatAdrian C. (anrxc)3
Nothing hard coded in the worker now. Feeds are together with user data, easily swaped. Feeds are not widget args because user needs to modify the file for login data anyway. No progress toward safer storage, Kwallet looks promising but dbus handling is hell - what of non KDE users? Every other script, including much praised checkgmail has plain text login. Nobody cares?
2010-02-10thermal: added support for procfs and coretempAdrian C. (anrxc)2
Widget type now takes the thermal zone as an argument, or a table with 1st field as thermal zone and 2nd field as data source. Available data sources are: "proc" (procfs ACPI), "sys" (sysfs like before) and "core" (sysfs coretemp). When only the thermal zone is provided widget defaults to "sys".
2010-02-04Next release, tag 1.0.23v1.0.23Adrian C. (anrxc)1
2010-02-04README: added textbox fixed width exampleAdrian C. (anrxc)1
2010-02-04pkg: added apt and yum to pkg managers tableAdrian C. (anrxc)2
This widget type now takes the distribution name as an argument; Arch, Arch S, Debian and Fedora examples are now in the package manager table. Feedback from yum users is needed.
2010-02-04pkg: pacman moved to generic packages moduleAdrian C. (anrxc)2
2010-01-29dio: further improved support for multiple devicesAdrian C. (anrxc)3
2010-01-06net: sanitize time computation to avoid division by zeroAdrian C. (anrxc)1
2010-01-02Next release, tag 1.0.22v1.0.22Adrian C. (anrxc)2
2010-01-02vicious: update copyrightAdrian C. (anrxc)25
2010-01-01pacman: remove 3.2 example, add ignores+deps exampleAdrian C. (anrxc)1
2009-12-27wifi: return numbers without notationsAdrian C. (anrxc)1
2009-12-27weather: fix parsing of negative temperaturesMartin Striz1
Signed-off-by: Adrian C. (anrxc) <anrxc@sysphere.org>
2009-12-15Next release, tag 1.0.21v1.0.21Adrian C. (anrxc)1
2009-12-15cpu: simplified table initializationAdrian C. (anrxc)1
2009-12-15dio: preliminary support for multiple devicesAdrian C. (anrxc)1
Makes arrays for every requested disk to keep stats separated. But the whole thing with these widgets with arguments clashes with caching, and problems are to be expected.
2009-12-15dio: return separated read and write statisticsAdrian C. (anrxc)2
This changes keys that are returned, previously only total I/O was available in: {raw}, {kb} and {mb}. Keys returned now are (s=raw): {total_s}, {total_kb}, {total_mb}, {read_s}, {read_kb}, {read_mb}, {write_s},{write_kb} and {write_mb}.
2009-12-07README: minor changes in Format functionsAdrian C. (anrxc)1
2009-11-18fs: switched to 1K blocks and new keysAdrian C. (anrxc)2
Previous version could return 1 on one update and 900 on the next (1st being GB, 2nd MB) a user appending "GB" to the value suddenly has a 900GB disk available. Returned keys are now: size_mb, size_gb, used_mb, used_gb, avail_mb, avail_gb, and percentage is now: used_p.
2009-11-18net: move formatting out of the workerAdrian C. (anrxc)1
2009-11-15net: minor coding style changeAdrian C. (anrxc)1
2009-11-14Next release, tag 1.0.20v1.0.20Adrian C. (anrxc)1
2009-11-12hddtemp: fixed support for multiple devicesAdrian C. (anrxc)1
2009-11-12hddtemp: adapt regex to match disks like /dev/sg0Michael Unterkalmsteiner1
The regular expression did not match the following output from hddtemp: |/dev/sg0|ST9160823ASG|38|C|. Fixed by allowing digits in the "disk" part of the expression. Signed-off-by: Michael Unterkalmsteiner <miciu@gmx.de> Signed-off-by: Adrian C. (anrxc) <anrxc@sysphere.org>
2009-11-12fs: minor coding style changeAdrian C. (anrxc)1
2009-11-12mdir: support for multiple directoriesHiltjo Posthuma2
Signed-off-by: Adrian C. (anrxc) <anrxc@sysphere.org>
2009-11-11Cleanup widgets that use pathtotable helperAdrian C. (anrxc)6
2009-11-11helpers: simplify pathtotable, patch by filmorAdrian C. (anrxc)1
2009-11-11Next release, tag 1.0.19v1.0.19Adrian C. (anrxc)1