aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
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
2009-08-03Updated the CHANGES file in preparation for tag v1.0.6.Adrian C. (anrxc)1
2009-08-03CPU frequency widget included.Adrian C. (anrxc)2
The cpufreq widget supplements the cpu widget. It returns the current CPU scaling frequency (in MHz and GHz), voltage (in mV and V) and governor information for a requested CPU. If supported by the processor and correct kernel modules are loaded.
2009-08-03Coding style changes in entropy, load, thermal, uptime.Adrian C. (anrxc)4
2009-08-03Rewrite of the escape helper.Adrian C. (anrxc)1
It is simillar to the awful.util.escape now, using a table which we could expand (and rename) with other unwated characters if it comes to that. I saw awesome break on many occasions because of encoding problems.
2009-08-01Next release, version/tag 1.0.5.v1.0.5Adrian C. (anrxc)1
2009-08-01Updated the CHANGES file in preparation for tag v1.0.5.Adrian C. (anrxc)1
2009-08-01Make all widgets return their worker functions when called.Adrian C. (anrxc)21
2009-08-01Added wind speed in km/h to the weather widget.Adrian C. (anrxc)1
2009-07-31Updated the CHANGES file.Adrian C. (anrxc)1
2009-07-31Added a note about weather symbols to the weather widget.Adrian C. (anrxc)1
2009-07-31Use utf symbols for some bat states. Mention LuaFileSystem in mdir.luaAdrian C. (anrxc)3
2009-07-31Next release, version 1.0.4.v1.0.4Adrian C. (anrxc)2
2009-07-31Mbox mail count widget included.Adrian C. (anrxc)2
The, mboxc, widget supplements the mbox widget. The mbox widget returns the subject of the last e-mail in a mbox, while the mboxc widget returns the count of total, old and new messages. Dealing with potentially *HUGE* files is not easy, I tried to find some middle ground for now, comments in the file discuss it in detail. Having the LuaFileSystem lib would be nice, so we could do caching and avoid 90% of the reads, but I didn't rely on external libraries to this point so I'm not going to start now.
2009-07-30Updated the CHANGES file.Adrian C. (anrxc)1
2009-07-30Coding style fixes in battery widgets.Adrian C. (anrxc)2
2009-07-30Fix the key reference to custom keys in the READMEAdrian C. (anrxc)1
2009-07-30Updated the CHANGES file.Adrian C. (anrxc)1