From fd0718e3f81b5427af4a65cc57495d02a15b5fb0 Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Thu, 13 Jan 2011 04:04:12 +0100 Subject: contrib: added a README with pulse.lua documented --- contrib/pulse.lua | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'contrib/pulse.lua') diff --git a/contrib/pulse.lua b/contrib/pulse.lua index 3b5d068..52fcf9e 100644 --- a/contrib/pulse.lua +++ b/contrib/pulse.lua @@ -3,17 +3,6 @@ -- * (c) 2010, MrMagne -- * (c) 2010, Mic92 --------------------------------------------------- --- Usage example --- --- -- Register widget --- vicious.register(vol, vicious.contrib.pulse, " $1%", 2, "alsa_output.pci-0000_00_1b.0.analog-stereo") --- -- Register buttons --- vol:buttons(awful.util.table.join( --- awful.button({ }, 1, function () awful.util.spawn("pavucontrol") end), --- awful.button({ }, 4, function () vicious.contrib.pulse.add(5,"alsa_output.pci-0000_00_1b.0.analog-stereo") end), --- awful.button({ }, 5, function () vicious.contrib.pulse.add(-5,"alsa_output.pci-0000_00_1b.0.analog-stereo") end) --- )) ---------------------------------------------------- -- {{{ Grab environment local type = type -- cgit v1.2.3