Feeding output to naughty

2012-01-02 Thread Phynix
Is there an easy way or perhaps a website that can be suggested where I can pipe output from a command to awesome and bind it to a keypress. For instance I want to bind mod+i to mpc current and have naughty display the output from the command. Thanks.

Re: Feeding output to naughty

2012-01-02 Thread Daniel Martí
I would use the keyboard shortcut bindings from rc.lua to call sexec(mpc current) as well as naughty.notify. Or you could run an external script with awesome-client. Cheers! Phynix phynix...@gmail.com wrote: Is there an easy way or perhaps a website that can be suggested where I can pipe

Re: Feeding output to naughty

2012-01-02 Thread Anurag Priyam
On Tue, Jan 3, 2012 at 7:21 AM, Phynix phynix...@gmail.com wrote: Is there an easy way or perhaps a website that can be suggested where I can pipe output from a command to awesome and bind it to a keypress. https://awesome.naquadah.org/wiki/Naughty#Feeding_Naughty e.g: $ echo

Re: Feeding output to naughty

2012-01-02 Thread Daniel Martí
Right, didn't understand he wanted its output. Yes, io.popen will probably do the trick :-). Anurag Priyam anurag08pri...@gmail.com wrote: On Tue, Jan 3, 2012 at 7:25 AM, Daniel Martí danielmarti.deb...@gmail.com wrote: I would use the keyboard shortcut bindings from rc.lua to call sexec(mpc

[awesome bugs] #956 - In awful.tooltip, update geometry after set_text

2012-01-02 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. A new Flyspray task has been opened. Details are below. User who did this - Can Altıparmak (c6dev) Attached to Project - awesome Summary - In awful.tooltip, update geometry after set_text Task Type - Evolution Request Category - awful Status -

[awful] wibox visibility

2012-01-02 Thread Jack Holborn
Since updating to the latest git, I can't get my wibox.widgets to hide any more. anrxc pointed out that the widgets are now implemented as an awful module ( https://bbs.archlinux.org/viewtopic.php?pid=1035623#p1035623). The feature I'm talking about used to be the foobar.wibox.visible = false