aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
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
2009-07-30Fixed README and moved the ChangeLog to CHANGES.Adrian C. (anrxc)2
2009-07-30Updated the ChangeLog file, for v1.0.3.v1.0.3Adrian C. (anrxc)1
2009-07-30Next release, version 1.0.3.Adrian C. (anrxc)1
2009-07-30Added basic documentation as a README file.Adrian C. (anrxc)2
The README explains some basics. Also fixed a typo in the dio widget description, that I noticed while writing documentation.
2009-07-30Make git ignore org-mode files and archives.Adrian C. (anrxc)1
2009-07-30Next release, version 1.0.2.v1.0.2Adrian C. (anrxc)1
2009-07-30Updated the ChangeLog file in preparation for a new version.Adrian C. (anrxc)1
2009-07-30Added handlers to batat and fixed the battery_state table.Adrian C. (anrxc)1
Batat now returns "/" in situations where the battery is not present. Last commit broke the battery_state table, fixed that.
2009-07-30Added a new, standalone, battery widget.Adrian C. (anrxc)1
The widget reads /proc/acpi/battery/*/{info,state} and doesn't require an external utility like 'acpi' or 'acpitool'. It returns state, charge and remaining time information, just like the old bat (now batat) widget. Using /sys/class/power_supply we would need to open much more file descriptors so we use /proc for now.
2009-07-29Replaced TODO with Todo in helpers.Adrian C. (anrxc)1
2009-07-29Fixed batat module name and expanded bat states and symbols.Adrian C. (anrxc)1
2009-07-29Updated the ChangeLog file.Adrian C. (anrxc)1
2009-07-29Battery widget moved to batat.lua in preparation for a new bat widget.Adrian C. (anrxc)2
It's time for a standalone battery widget that reads /proc/acpi/battery/*/{info,state} alone. However the old battery widget that uses 'acpitool' will not be deleted, let it serve as an alternative widget as a convenience. Some might also prefer it over reading multiple files in /proc
2009-07-29Updated the ChangeLog file.v1.0.1Adrian C. (anrxc)1
2009-07-29Next release, version 1.0.1.Adrian C. (anrxc)1
2009-07-29Added the ChangeLog file.Adrian C. (anrxc)1
2009-07-29Weather widget written and included, by request.Adrian C. (anrxc)1
The widget uses 'wget' to grab the information. The Lua socket library would be nicer, of course, but let's not introduce external libraries at this point. Wget will write to stdout with a timeout of 5s. This has the potential to block everything else in case of problems... But let's not introduce temporary files at this point. Besides having to handle files, operations while running on battery power are to be avoided.
2009-07-29Make git ignore backup files and lua binaries.Adrian C. (anrxc)1
2009-07-29Import of vicious source tree.v1.0.0Adrian C. (anrxc)21
Vicious is a modular widget library for 'awesome' window manager, derived from the 'Wicked' widget library. Summary of changes: * Original wicked code modularized * Widgets ported from Wicked: - CPU, MEM, FS, NET, Date, Uptime, MPD * CPU widget rewritten, uses pattern matching * MEM widget rewritten, uses pattern matching - Swap widget merged with MEM widget type * FS widget rewritten, uses pattern matching - Also fixed padding in the process * NET widget rewritten, uses pattern matching * MPD widget rewritten, a bit more versatile * Removed deprecated helper functions * Widgets written for Vicious: - Thermal, Battery, Mbox, OrgMode, Volume, Entropy, Disk I/O, System Load, Wireless, Pacman, Maildir