aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
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