aboutsummaryrefslogtreecommitdiff
path: root/dio.lua
AgeCommit message (Collapse)AuthorFiles
2010-02-20helpers: uformat helper replaces formatting done by widgetsAdrian C. (anrxc)1
2010-01-29dio: further improved support for multiple devicesAdrian C. (anrxc)1
2010-01-02vicious: update copyrightAdrian C. (anrxc)1
2009-12-15dio: preliminary support for multiple devicesAdrian C. (anrxc)1
Makes arrays for every requested disk to keep stats separated. But the whole thing with these widgets with arguments clashes with caching, and problems are to be expected.
2009-12-15dio: return separated read and write statisticsAdrian C. (anrxc)1
This changes keys that are returned, previously only total I/O was available in: {raw}, {kb} and {mb}. Keys returned now are (s=raw): {total_s}, {total_kb}, {total_mb}, {read_s}, {read_kb}, {read_mb}, {write_s},{write_kb} and {write_mb}.
2009-11-11Cleanup widgets that use pathtotable helperAdrian C. (anrxc)1
2009-11-11dio: widget type rewrittenAdrian C. (anrxc)1
I wrote this module with graphs in mind and returned values were somewhat hostile towards textbox widgets. Now KB/MB values are formatted to one decimal point. There is still work to be done.
2009-11-04De-obfuscate e-mail addressAdrian C. (anrxc)1
2009-10-05Lots of coding style changesAdrian C. (anrxc)1
2009-09-29Rewrote all headersAdrian C. (anrxc)1
2009-09-14General cleanupAdrian C. (anrxc)1
2009-08-07All worker functions are local.Adrian C. (anrxc)1
2009-08-01Make all widgets return their worker functions when called.Adrian C. (anrxc)1
2009-07-30Added basic documentation as a README file.Adrian C. (anrxc)1
The README explains some basics. Also fixed a typo in the dio widget description, that I noticed while writing documentation.
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