Re: gradients in master

2012-01-11 Thread Anurag Priyam
On Wed, Jan 11, 2012 at 11:20 AM, Anurag Priyam anurag08pri...@gmail.com wrote: How would the following, 3.4.x code, translate to master: [...] -- but what about gradients ?? cpugraph:set_gradient_angle(0) cpugraph:set_gradient_colors({ beautiful.fg_end_widget,    beautiful.fg_center_widget,

Re: borderless urxvt?

2012-01-11 Thread Giorgos Keramidas
On Wed, Jan 11, 2012 at 5:52 AM, Mr.Jagadeesh Malakannavar mn_jagade...@yahoo.com wrote: Hi, I am using awesome on FreeBSD. And is running on xorg. When I run urxvt -bl [borderless urxvt] urxvt window becomes unresponsive, not moving or resizing. Is it known issue? I started a urxvt --bl

Re: borderless urxvt?

2012-01-11 Thread Gregor Best
Qoth the manpage of urxvt: -bl Compile frills: Set MWM hints to request a borderless window, i.e. if honoured by the WM, the rxvt-unicode window will not have window decorations; resource borderLess. If the window manager does not support MWM hints (e.g. kwin), enables

Re: gradients in master

2012-01-11 Thread Uli Schlachter
On 11.01.2012 09:50, Anurag Priyam wrote: On Wed, Jan 11, 2012 at 11:20 AM, Anurag Priyam anurag08pri...@gmail.com wrote: How would the following, 3.4.x code, translate to master: [...] -- but what about gradients ?? cpugraph:set_gradient_angle(0) cpugraph:set_gradient_colors({

Re: borderless urxvt?

2012-01-11 Thread Giorgos Keramidas
On Wed, Jan 11, 2012 at 12:22 PM, Gregor Best g...@ring0.de wrote: Qoth the manpage of urxvt:    -bl Compile frills: Set MWM hints to request a borderless window, i.e.        if honoured by the WM, the rxvt-unicode window will not have        window decorations; resource borderLess. If the

Re: gradients in master

2012-01-11 Thread Anurag Priyam
On Wed, Jan 11, 2012 at 5:05 PM, Uli Schlachter psyc...@znc.in wrote: On 11.01.2012 09:50, Anurag Priyam wrote: [...] cpugraph:set_color(linear:0,0:8,14:0,#FF5656:0.5,#88A175:1,#AECF96) nice to know you managed to fight through that mess. Now that you saw the evil, any ideas how this syntax

Re: [PATCH] gears.colors: expose docs for 2 functions

2012-01-11 Thread Anurag Priyam
On Wed, Jan 11, 2012 at 12:28 PM, Anurag Priyam anurag08pri...@gmail.com wrote: gears.color: expose documentation for create_(linear|radial)_pattern functions Spotted a few more quirks in gears.color's documentation when looking for a way to define gradients for graph and progressbar widgets:

[RFC] documentation system (was: [PATCH] gears.colors)

2012-01-11 Thread Anurag Priyam
On Wed, Jan 11, 2012 at 4:01 PM, Anurag Priyam anurag08pri...@gmail.com wrote: gears.color docs: replace literal '' and '' with respective HTML entities I remember, I had sent a similar patch earlier too. It was to fix markup for awful.menu's documentation. Such patches are indicative of a