aboutsummaryrefslogtreecommitdiff
path: root/net.lua
AgeCommit message (Collapse)AuthorFiles
2010-02-20bat: added a note about Apple PMU and ACPI/procfsAdrian C. (anrxc)1
2010-02-20helpers: uformat helper replaces formatting done by widgetsAdrian C. (anrxc)1
2010-01-06net: sanitize time computation to avoid division by zeroAdrian C. (anrxc)1
2010-01-02Next release, tag 1.0.22v1.0.22Adrian C. (anrxc)1
2010-01-02vicious: update copyrightAdrian C. (anrxc)1
2009-11-18net: move formatting out of the workerAdrian C. (anrxc)1
2009-11-15net: minor coding style changeAdrian C. (anrxc)1
2009-11-04De-obfuscate e-mail addressAdrian C. (anrxc)1
2009-10-22README: updated net descriptionAdrian C. (anrxc)1
2009-10-22net: unit formatting delegated to a functionAdrian C. (anrxc)1
This simplifies the code, in addition string.format is now used to ensure all values have one decimal point at all time. We'll see how recent changes and this one will affect people that use network graphs.
2009-10-10README: document tables returned by widget typesAdrian C. (anrxc)1
2009-10-05Lots of coding style changesAdrian C. (anrxc)1
2009-10-04Reworked some variables in entropy, load, mpd, net, initAdrian C. (anrxc)1
2009-09-29Rewrote all headersAdrian C. (anrxc)1
2009-09-20Widgets derived from wicked include a noticeAdrian C. (anrxc)1
2009-09-14General cleanupAdrian C. (anrxc)1
2009-08-07All worker functions are local.Adrian C. (anrxc)1
2009-08-05Padding removed, along with deprecated helper functions.Adrian C. (anrxc)1
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-01Make all widgets return their worker functions when called.Adrian C. (anrxc)1
2009-07-29Import of vicious source tree.v1.0.0Adrian C. (anrxc)1
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