aboutsummaryrefslogtreecommitdiff
path: root/fs.lua
AgeCommit message (Collapse)AuthorFiles
2009-10-05Lots of coding style changesAdrian C. (anrxc)1
2009-09-29Rewrote all headersAdrian C. (anrxc)1
2009-09-24Backported 'widgets derived from wicked include a notice'Adrian C. (anrxc)1
2009-09-24Backported 'remote file systems in fs widget are optional'Adrian C. (anrxc)1
2009-09-24General cleanup to match with HEADAdrian C. (anrxc)1
2009-09-24Match all punctuation chars in fs partitions and mount points.Adrian C. (anrxc)1
With some recent commits we are matching a good number of custom characters. Instead of waiting for another one that breaks it, just match all punctuation characters. The regexp is pretty big and some simplification is also welcomed.
2009-08-21Link to wicked and add Joerg as contributor.Adrian C. (anrxc)1
2009-08-17Next release, tag 1.0.10.v1.0.10Adrian C. (anrxc)1
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-07All worker functions are local.Adrian C. (anrxc)1
2009-08-06Added missing poolsize info to the README + minor change in fs.luaAdrian C. (anrxc)1
2009-08-06Changed fs widget type description.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