aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2009-09-25Next release, tag 1.0.16v1.0.16Adrian C. (anrxc)1
2009-09-25README: clarified caching usageAdrian C. (anrxc)1
2009-09-25README: added more caching informationAdrian C. (anrxc)1
2009-09-25Caching is controlled by usersAdrian C. (anrxc)1
2009-09-24README: minor fix in mem widget exampleAdrian C. (anrxc)1
2009-09-21README: include pbar/graph properties in examplesAdrian C. (anrxc)1
2009-09-20Widgets derived from wicked include a noticeAdrian C. (anrxc)9
2009-09-20Next release, tag 1.0.15v1.0.15Adrian C. (anrxc)1
2009-09-20README: rewritten and now includes the "Power" sectionAdrian C. (anrxc)1
2009-09-19CHANGES: changelog updateAdrian C. (anrxc)1
Forgot to do it for the 1.0.14 tag.
2009-09-19Next release, tag 1.0.14v1.0.14Adrian C. (anrxc)1
2009-09-19init: Default to 2s timerAdrian C. (anrxc)1
2009-09-18README: mpd format function simplifiedAdrian C. (anrxc)1
2009-09-15Entropy widget cleaned upAdrian C. (anrxc)1
2009-09-14Remote file systems in fs widget are optionalAdrian C. (anrxc)2
By default only local file systems are included now. In case a mounted NFS share dissapears from the network the widget would be left hanging there and has the potential to block everything else (including awesome it self). File system widget now takes an optional argument which, if true, will include remote file systems.
2009-09-14General cleanupAdrian C. (anrxc)25
2009-09-13README: fixed CPU widget exampleAdrian C. (anrxc)1
2009-09-10Curl connect timeout 1s, max time 3sAdrian C. (anrxc)3
2009-09-08Next release, tag 1.0.13v1.0.13Adrian C. (anrxc)1
2009-09-08Gmail widget includedAdrian C. (anrxc)3
Widget returns the count of new and subject of last e-mail in a Gmail inbox. Use ${count} and ${subject} in the format string to retrieve the values. Widget takes a table with login information as an argument. I don't like how gmail widgets handle sensitive data but I gave in seeing how popular they are. Better storing and handling of login information would be in order but this isn't Python and I'm out of ideas. For now use it on your own responsability, I would suggest to set login info directly in the widget and file as read-only by user.
2009-09-07CHANGES file switched to 'oneline' short formatAdrian C. (anrxc)2
Now that vicious git repo is served trough a public web interface there is no need for a full changelog. I considered removing it completely, but it will have to wait - before the web interface tarballed tags were requested much more than the repo was cloned. Maybe that will change now, in which case the file should be removed and stop wasting space.
2009-09-06Updated links in the READMEAdrian C. (anrxc)1
2009-08-27Match all punctuation chars in fs partitions and mount points.Adrian C. (anrxc)1
With some recent commits we are matching a good number of custom characters. Instead of waiting for another one that breaks it, just match all punctuation characters. The regexp is pretty big and some simplification is also welcomed.
2009-08-27Match punctuation characters in wifi SSID.Adrian C. (anrxc)1
2009-08-27Next release, tag 1.0.12.v1.0.12Adrian C. (anrxc)1
2009-08-27README updated in preparation for release 1.0.12.Adrian C. (anrxc)1
Vicious tags from 1.0.12 will not be compatibile with awesome versions prior to 3.4, tag 1.0.11 was the last one. Vicious was ported to the new timer signals infrastructure and there is no backward compatibility with hooks. In 1.0.12 even those C widgets that are deprecated in awesome 3.4 (to be removed in 3.5) will not be supported. Use awful.widget.progressbar and awful.widget.graph.
2009-08-27Removed deprecated data field.Adrian C. (anrxc)1
2009-08-27Updated graphs and pbars for the upcoming awesome 3.4Adrian C. (anrxc)1
2009-08-27Updated timers for the upcoming awesome 3.4Adrian C. (anrxc)1
2009-08-27Next release, tag 1.0.11.v1.0.11Adrian C. (anrxc)1
2009-08-25Updated link to wicked home.Adrian C. (anrxc)1
2009-08-21Removed emtpy lines from mpd.luaAdrian C. (anrxc)1
2009-08-21Link to wicked and add Joerg as contributor.Adrian C. (anrxc)2
2009-08-17Next release, tag 1.0.10.v1.0.10Adrian C. (anrxc)2
2009-08-17Updated the CHANGES file in preparation for a new tag.Adrian C. (anrxc)1
There were not many changes recently, but much more people are taking the tarball instead of the development code so they will benefit from the recent fixes and extended documentation.
2009-08-16Use of LANG=C and improved matching in fs.lua.Joerg Jaspert1
- Prepend LANG=C to the df call, so it always gets the information in a way it understands. Other languages do have other namings for "Filesystem" and some use , instead of . for the number seperator. - Adapt the line.match line so it actually matches values. (Have the - last in the first match and teach it that mount targets can also have dots and colons in it)
2009-08-12Mention ICAO as the wanted code in the weather widget.Adrian C. (anrxc)1
2009-08-10Added laptop-mode note to the README.Adrian C. (anrxc)1
2009-08-08Next release, tag 1.0.9.v1.0.9Adrian C. (anrxc)1
2009-08-08Renamed unused loop identifiers to _Adrian C. (anrxc)1
2009-08-07Spurious folds removed from helpers.Adrian C. (anrxc)1
2009-08-07Truncate helper, txtlen is local.Adrian C. (anrxc)1
2009-08-07CHANGES file updated. Will probably switch to shortlog.Adrian C. (anrxc)1
2009-08-07All worker functions are local.Adrian C. (anrxc)24
2009-08-06Added missing poolsize info to the README + minor change in fs.luaAdrian C. (anrxc)3
2009-08-06Changed fs widget type description.Adrian C. (anrxc)3
2009-08-06Next release, tag 1.0.8.v1.0.8Adrian C. (anrxc)3
2009-08-06CPU Information widget included.Adrian C. (anrxc)1
Widget returns speed and cache information for all available CPUs/cores. It stores cpu speed in mhz and ghz in a table as well as cpu cache in kb and mb. Values are retrieved using the CPU ID, i.e. we would retrieve speed in ghz for CPU or core 1 with this format string: ${1 ghz}.
2009-08-06Next release, tag 1.0.7.v1.0.7Adrian C. (anrxc)3
2009-08-06HDD Temperature widget included.Adrian C. (anrxc)1
Widget uses the hddtemp daemon to return the temperatures for all available hard drives. It uses curl and connects to the daemon over telnet.