3 wmiirc-lua bundles some plugins with the distribution and this document
4 briefly describes each. The plugin files themselves are located in
5 ~/.wmii-lua/plugins/ and are documented in more detail through comments.
9 This plugin adds two actions (alt-a):
11 - "browser" - passes argument or clipboard contents to browser.
12 - "google" - passes argument or clipboard contents to browser as a
15 This plugin currently requires that you have xclip utility installed.
19 Adds a widget named, 999_clock, which puts it at the right most
20 location. Clock is driven by a timer which fires once a second by
21 default. Both timer tick and clock format can be set in wmiirc.
25 Reads /proc/loadavg to display load average
29 Processes 'msg' events and sends them to the middle of the bar. This
30 can be used by external tools to generate events for wmii.
34 tail -f /var/log/messages | xargs -n1 wmiir xwrite /event msg
39 Monitor percentage of battery capacity remaining in bar. Supports warning on
40 low and critical status, and display of multiple batteries.
45 vim: set ts=8 et sw=8 tw=72