Re: Request for better awesome standard config

2012-10-07 Thread Adrian C.
On Sun, 7 Oct 2012, Stefano Di Martino wrote: I've found an extension that do this, but it isn't working well. For example, if I want to shut down my computer, I have to enter my password and in the end the computer hangs up trying to shutting down the computer. Awesome moves windows on

Re: variable widget content

2010-09-08 Thread Adrian C.
On Tue, 7 Sep 2010, Phillip Thelen wrote: Hope it is understandable what I would like to do... ;) Hi, http://git.sysphere.org/vicious/tree/README -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 -- To unsubscribe, send

Re: [PATCH] Added button functionality for awful.widget.progressbar

2010-07-31 Thread Adrian C.
(awful.util.table.join( awful.button({ }, 1, function () awful.util.spawn(xterm, false) end) )) -- 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 awesome-devel-unsubscr...@naquadah.org.

Re: awesome-3.4.6 patch: error convert: Ignoring incorrect gAMA value

2010-07-18 Thread Adrian C.
. -- 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 awesome-devel-unsubscr...@naquadah.org.

Re: A different fullscreen issue

2010-06-17 Thread Adrian C.
are running the master branch? Btw it doesn't even have titlebars. -- 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 awesome-devel-unsubscr...@naquadah.org.

[PATCH] awful.widget: add progressbar offset property

2010-04-16 Thread Adrian C.
functionality simillar to margins, but widget margins are already available). -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 signature.asc Description: PGP signature From 2b78444b75f74915bd45ce325a63921885f15e38 Mon Sep 17 00

Re: [PATCH 1/2] awful.menu: Add menu position argument

2010-04-13 Thread Adrian C.
=detailstask_id=750 Thanks, -- 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 awesome-devel-unsubscr...@naquadah.org.

Re: [PATCH] awful.widget: add graph stack property

2010-03-25 Thread Adrian C.
: http://www.mail-archive.com/awesome-devel@naquadah.org/msg04016.html I also used the term stack/ed because that looked the best way to describe what I saw on the multigraph screenshot, each color is drawn above the prior so I thought this looks layered, or stacked. -- Adrian C. (anrxc) | anrxc

[PATCH] awful.widget: add graph stack property

2010-03-24 Thread Adrian C.
value has no effect on stacked graphs. I don't have any experience with Gnome stacked graphs, I tested as many scenarios as I could think of, but I could have missed something because of my inexperience. It's been a very long night, time to sleep. Cheers, -- Adrian C. (anrxc) | anrxc

Re: [PATCH] awful.widget: add graph stack property

2010-03-24 Thread Adrian C.
On Thu, 25 Mar 2010, Adrian C. wrote: It's been a very long night, time to sleep. Cheers, I noticed a typo in luadoc comments a minute after sending, attached is a correct version. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7

Re: [RFC + PATCH] awful.widget: add progressbar ticks property

2010-03-23 Thread Adrian C.
of documentation wouldn't have hurt Functionality of all awful functions is actually documented, as comments in the modules. From these comments documentation is automatically generated at build time with Luadoc (which ends up in /usr/share/doc). -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP

Re: [RFC + PATCH] awful.widget: add progressbar ticks property

2010-03-22 Thread Adrian C.
of calculating the best relative size. My second was let the user do the work. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 signature.asc Description: PGP signature

[PATCH] awful.wibox: update struts on align()

2010-03-22 Thread Adrian C.
(). That function is only called when the wibox does not stretch, and can update struts regardless if height/width/x/y actually changed. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 signature.asc Description: PGP signature From

Re: [RFC + PATCH] awful.widget: add progressbar ticks property

2010-03-21 Thread Adrian C.
, with usage examples: - http://bljak.org/~anrxc/images/progressbars.png -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 signature.asc Description: PGP signature From ab7763df65a8b68aeba611985128e4efac42df0d Mon Sep 17 00

[PATCH] awful.wibox: update position on height/width property change

2010-03-03 Thread Adrian C.
wibox_update_strut() which is already attached to property::width and height. But then that function would not longer be the update_strut function but a wibox_update_strut_and_position() one :) -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7

[PATCH] awful.widget: add progressbar set_max_value property

2010-02-26 Thread Adrian C.
is attached. I am not 100% sure it applies clean on master because of the changes in widget layouts functioning. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 signature.asc Description: PGP signature

Re: [PATCH] awful.widget: add progressbar set_max_value property

2010-02-26 Thread Adrian C.
Forgot to actually attach it. signature.asc Description: PGP signature From 0f8bc49bd939b0093e8ad47c62771a35f49ebef2 Mon Sep 17 00:00:00 2001 From: Adrian C. (anrxc) an...@sysphere.org Date: Fri, 26 Feb 2010 21:25:35 +0100 Subject: [PATCH] awful.widget: add progressbar set_max_value property

[PATCH] awsetbg: add fvwm-root support

2010-02-22 Thread Adrian C.
more of that kind in the awsetbg list. Those were the pros, now cons from part of debugstory: ...only these image formats are supported: XBM, XPM, PNG, SVG and it is rather limited with options. If it is wanted, patch is attached. Cheers! -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID

Re: [PATCH] awful.menu: sanitize support for access keys

2010-02-21 Thread Adrian C.
On Sun, 21 Feb 2010, Adrian C. wrote: Julien could you please add support for this also to the 3.4 branch before next version is released? I requested this pull because clients menu can now be controlled with keyboard only and 3.4 users should not miss out on the access keys - function

[PATCH] awful.menu: sanitize support for access keys

2010-02-20 Thread Adrian C.
to the 3.4 branch. Julien could you please add support for this also to the 3.4 branch before next version is released? The commit is awful.menu: support for access keys 87070ca + this attached fix. Thank you! -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE

[PATCH] awful.rules: fix client tagging with multiple screens

2010-01-10 Thread Adrian C.
one screen is used. The awful.tag.withcurrent function was being called even when there was a valid tag property. The attached patch (made on the 3.4 branch) sets the clients screen to the tag screen to ensure the client is moved to the correct tag and screen. -- Adrian C. (anrxc) | anrxc

[PATCH] awful.wibox: sanitize height/width args to function new()

2010-01-04 Thread Adrian C.
() there is a check to see if one of them was a screen percentage, and is expected to be a string. If the user provided absolute pixels, and argument is of type number awesome will crash. Attached patch (made on the 3.4 branch) uses tostring to sanitize the arguments during this check. -- Adrian C. (anrxc

[PATCH] Cleanup after revert of Handle synthetic UnmapNotify events

2010-01-01 Thread Adrian C.
. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618From 7e6334011b0fe4cd042d5fcac8175947774679ff Mon Sep 17 00:00:00 2001 From: Adrian C. (anrxc) an...@sysphere.org Date: Fri, 1 Jan 2010 23:52:00 +0100 Subject: [PATCH] Cleanup after revert

[PATCH] awful.wibox: take wibox border into account when updating struts

2009-12-29 Thread Adrian C.
branch) is attached. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618From 4a7239bbc4950f14f7dfd8fec91b3418e252ae8f Mon Sep 17 00:00:00 2001 From: Adrian C. (anrxc) an...@sysphere.org Date: Wed, 30 Dec 2009 02:42:42 +0100 Subject

[PATCH] awful.menu: add keygrabber support to clients menu

2009-12-02 Thread Adrian C.
replacement for an Alt+Tab application switcher (like other desktop environments have). In which case keyboard navigation is useful. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 From 13de0df0be8693e41700a6e7fc9f2d60560e9815

Fwd: Tooltip problem

2009-11-11 Thread Adrian C.
update_clock() is then called regularly. The problem is, while clock information updates as it should, no tooltip appears when I place mouse over clock widgets. What am I doing wrong?From 0864a62974a94a800a8a5e4591157740217234df Mon Sep 17 00:00:00 2001 From: Adrian C. (anrxc) an...@sysphere.org Date

Re: [PATCH] rules.lua.in: add callback option when a rule matches

2009-11-09 Thread Adrian C.
handler. Maybe there should be a better example. -- 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 awesome-devel-unsubscr...@naquadah.org.

Re: [RFC Patch] Move c:raise() to the focus signal

2009-09-16 Thread Adrian C.
On Wed, 16 Sep 2009, Julien Danjou wrote: I'd think it has the bad behaviour or raising the client has soon it is focused with mouse. Which is just irritating with sloppy focus. Sorry I thought that is normal behaviour. It seemed a little odd but a lot of things are odd in 3.4. -- To

Re: [RFC Patch] Move c:raise() to the focus signal

2009-09-15 Thread Adrian C.
On Tue, 15 Sep 2009, Uli Schlachter wrote: Hi, Testing the default config is icky. :( I can confirm that it works, and nothing is broken. -- 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

Re: [RFC Patch] Move c:raise() to the focus signal

2009-09-15 Thread Adrian C.
On Tue, 15 Sep 2009, Uli Schlachter wrote: I can confirm that it works, and nothing is broken. In that case feel free to steal it and sign it off for jd. Thanks for doing my testing work. :D Ok, it is attached. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5

[PATCH] themes: added mouse finder and tooltips

2009-09-12 Thread Adrian C.
Hi, I added mouse finder styles to Zenburn, and examples for both to the default theme. Sky does not include examples so I didn't change that. Patch is attached, -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 From

Re: Inclusion of Zenburn theme in awesome distribution

2009-08-31 Thread Adrian C.
, but with the default font sans 8 it is 19. That does good to the layout icons but not so much to the taglist and titlebar icons, they are a bit blurred. I would wote to update them to reflect that (patch is attached). If KDE 4 did one thing right it was switching to vectors :) -- Adrian C. (anrxc) | anrxc

Re: Inclusion of Zenburn theme in awesome distribution

2009-08-31 Thread Adrian C.
On Mon, 31 Aug 2009, Adrian C. wrote: I would wote to update them to reflect that (patch is attached). I messed up the patch it does not match the index. Another one is attached. -- Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7

Inclusion of Zenburn theme in awesome distribution

2009-08-29 Thread Adrian C.
to be drawn from scratch to match default ones so I guess they would not fall under that license anyway. -- 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 awesome-devel-unsubscr