awful.util.cycle()

2010-01-29 Thread The Sighter
Hello, I was messing around with shifty and then i see this function. Can anyone explain what it exactly does? thx greetz Sascha http://awesome.naquadah.org/doc/api/modules/awful.util.html#cycle -- To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.

Re: awesome 3.4.3 and shifty interactive add,del,rename not work

2010-01-29 Thread The Sighter
On Wed, Jan 27, 2010 at 03:18:51PM +0300, Ilya Martinov wrote: On Tue, Jan 26, 2010 at 02:06:26PM -0800, Perry Hargrave wrote: On Tue, Jan 26, 2010 at 07:45:12PM +0300, Ilya Martinov wrote: Hi all... Upgrade to awesome 3.4.3 and get some trouble with shifty. If i describe tag in

add_signal() method of awesome object lost

2010-11-10 Thread The Sighter
Hello everyone. I have the following problem. If i want to add a signal to the global awesome object, like e.g. awesome.add_signal(exit, function(clienttable) io.stderr:write(Client Initiated: ) end) i get the following error: /home/sighter/.config/awesome/awconf.head.lua:23

Vicious Fs Widget - character problem

2011-01-30 Thread The Sighter
Hello, I have the following problem with the fs widget. I have a mount point called /media/sam2-ntfs If I enter this to the format string, the variable in the widget is not expanded correctly. You can see something like this: ${/media/sam2-ntfs used_gb} I have tried to fix it in the fs.lua

Re: Vicious Fs Widget - character problem

2011-01-31 Thread The Sighter
On Mon, Jan 31, 2011 at 04:54:42AM +0100, Adrian C. wrote: It's a bug with gsub usage in helpers.lua, format function. The dash - should be escaped at the time substitution happens. Example: foo = {/media/sam2-ntfs avail_p} bar = 99 format = ${/media/sam2-ntfs avail_p}

Re: Vicious Fs Widget - character problem

2011-02-01 Thread The Sighter
On Mon, Jan 31, 2011 at 08:20:01PM +0100, Adrian C. wrote: On Mon, 31 Jan 2011, The Sighter wrote: vicious/helpers.lua:57: attempt to index local 'var' (a number value) Sorry I forgot about that. However i agree to you that this is a messi solution. It's not the only lua magic

wibox bg_image

2011-04-08 Thread The Sighter
i have found the table key bg_image in the api documention. http://awesome.naquadah.org/doc/api/modules/wibox.html But if I use it, with something like this: sightbox[1] = awful.wibox({ position = bottom, height = 32,