aboutsummaryrefslogtreecommitdiff
path: root/init.lua
AgeCommit message (Collapse)AuthorFiles
2009-09-25Caching is controlled by usersAdrian C. (anrxc)1
2009-09-20Widgets derived from wicked include a noticeAdrian C. (anrxc)1
2009-09-19init: Default to 2s timerAdrian C. (anrxc)1
2009-09-14General cleanupAdrian C. (anrxc)1
2009-09-08Gmail widget includedAdrian C. (anrxc)1
Widget returns the count of new and subject of last e-mail in a Gmail inbox. Use ${count} and ${subject} in the format string to retrieve the values. Widget takes a table with login information as an argument. I don't like how gmail widgets handle sensitive data but I gave in seeing how popular they are. Better storing and handling of login information would be in order but this isn't Python and I'm out of ideas. For now use it on your own responsability, I would suggest to set login info directly in the widget and file as read-only by user.
2009-08-27Removed deprecated data field.Adrian C. (anrxc)1
2009-08-27Updated graphs and pbars for the upcoming awesome 3.4Adrian C. (anrxc)1
2009-08-27Updated timers for the upcoming awesome 3.4Adrian C. (anrxc)1
2009-08-25Updated link to wicked home.Adrian C. (anrxc)1
2009-08-21Link to wicked and add Joerg as contributor.Adrian C. (anrxc)1
2009-08-08Renamed unused loop identifiers to _Adrian C. (anrxc)1
2009-08-06Changed fs widget type description.Adrian C. (anrxc)1
2009-08-06Next release, tag 1.0.8.v1.0.8Adrian C. (anrxc)1
2009-08-06Next release, tag 1.0.7.v1.0.7Adrian 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-05Minor cleanup in init.luaAdrian C. (anrxc)1
2009-08-05Disallow using a string widget type.Adrian C. (anrxc)1
2009-08-03Next release, tag 1.0.6.v1.0.6Adrian C. (anrxc)1
2009-08-01Next release, version/tag 1.0.5.v1.0.5Adrian C. (anrxc)1
2009-07-31Next release, version 1.0.4.v1.0.4Adrian C. (anrxc)1
2009-07-30Next release, version 1.0.3.Adrian C. (anrxc)1
2009-07-30Next release, version 1.0.2.v1.0.2Adrian C. (anrxc)1
2009-07-29Battery widget moved to batat.lua in preparation for a new bat widget.Adrian C. (anrxc)1
It's time for a standalone battery widget that reads /proc/acpi/battery/*/{info,state} alone. However the old battery widget that uses 'acpitool' will not be deleted, let it serve as an alternative widget as a convenience. Some might also prefer it over reading multiple files in /proc
2009-07-29Next release, version 1.0.1.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