Re: awful.widget.graph scrolling direction

2012-05-13 Thread Adrian C.
Looks like it was lost in 3.3 to 3.4 transition from C to Lua widgets. If you use = v3.3.3 you can use: mygraphwidget.grow = right -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 -- To unsubscribe, send mail to

Keyboard indicator

2012-05-13 Thread Petro
Hi list. I try to add an keyboard indicator to awesome by copy pasting the following into my rc.lua: --- -- Keyboard map indicator and changer kbdcfg = {} kbdcfg.cmd = setxkbmap kbdcfg.layout = { us, fr, dvorak } kbdcfg.current = 1 -- us is our default layout

Patch to make Beautiful support for custom wallpaper

2012-05-13 Thread Maxim Koltsov
Hi, I' ve been using awesome for a long time and noticed that it provides no simple way to change wallpaper w/o editing theme. So i created this patch. It adds extra argument for beautiful.init — wallpaper_cmd argument. Patch is made on top of 3.4 git branch. Please review and merge it if you find