aboutsummaryrefslogtreecommitdiff
path: root/fs.lua
AgeCommit message (Collapse)AuthorFiles
2009-09-20Widgets derived from wicked include a noticeAdrian C. (anrxc)1
2009-09-14Remote file systems in fs widget are optionalAdrian C. (anrxc)1
By default only local file systems are included now. In case a mounted NFS share dissapears from the network the widget would be left hanging there and has the potential to block everything else (including awesome it self). File system widget now takes an optional argument which, if true, will include remote file systems.
2009-09-14General cleanupAdrian C. (anrxc)1
2009-08-27Match 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