aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2009-09-29Rewrote all headersAdrian C. (anrxc)27
2009-09-25CHANGES: file updatedAdrian 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-24CHANGES: file updatedAdrian C. (anrxc)1
2009-09-24README rewritten to match HEADAdrian C. (anrxc)1
Now also includes the Power section, and has full progressbar/graph settings in examples.
2009-09-24Backported 'widgets derived from wicked include a notice'Adrian C. (anrxc)7
2009-09-24init: Default to 2s timerAdrian C. (anrxc)1
2009-09-24Entropy widget cleaned upAdrian C. (anrxc)1
2009-09-24Backported 'remote file systems in fs widget are optional'Adrian C. (anrxc)1
2009-09-24General cleanup to match with HEADAdrian C. (anrxc)24
2009-09-24Curl connect timeout 1s, max time 3sAdrian C. (anrxc)3
2009-09-24Gmail widget backported from masterAdrian C. (anrxc)2
2009-09-24Match 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-09-24Match punctuation characters in wifi SSID.Adrian C. (anrxc)1
2009-09-24Created branch 3.3 to backport fixesAdrian 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.
2009-08-06Weather widget switched to curl.Adrian C. (anrxc)1
It is somewhat lighter, faster and simpler than wget. It is as common as wget these days... from GnuPG to Git and Gimp, they all depend on it, and we all have it installed.
2009-08-05CHANGES file updated before the next push.Adrian C. (anrxc)1
2009-08-05Pacman widget updated for pacman 3.3.Adrian C. (anrxc)1
Pacman 3.3 returns one package on a line, without any other information. So now we count lines, while before the list of packages was provided on one line along with the number of updates - so we didn't have to count them. Old code was commented out, and is waiting for removal.
2009-08-05Lower the wget timeout to 3s in weather.luaAdrian C. (anrxc)1
2009-08-05Cleaned up sample widgets in the READMEAdrian C. (anrxc)1
2009-08-05Remove a spurious comment from helpers.luaAdrian C. (anrxc)1
2009-08-05Introduced the truncate helper.Adrian C. (anrxc)3
Function takes two arguments, the text to be truncated and the max lenght. Last three characters will be replaced by "...". Mbox and MPD widgets that previously did it them selves are now using this helper.
2009-08-05Fixed the weather widget, wind km/h was broken.Adrian C. (anrxc)1
2009-08-05Padding removed, along with deprecated helper functions.Adrian C. (anrxc)8
If you have any use for it then continue using an older vicious tag, or keep maintaining it in your local vicious copy.
2009-08-05Minor cleanup in init.luaAdrian C. (anrxc)1
2009-08-05Disallow using a string widget type.Adrian C. (anrxc)1
2009-08-03Next release, tag 1.0.6.v1.0.6Adrian C. (anrxc)1