[awesome bugs] #1056 - Setting titlebar colors doesn't work as expected (Attachment added)

2012-11-27 Thread awesome

THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#1056 - Setting titlebar colors doesn't work as expected
User who did this - Uli Schlachter (psychon)

--
Ah, so it was actually a good idea that I put the patch here instead of 
committing it. :-)

Yeah, the code should set the colors when a titlebar is created/its colors are 
modified, too. That was missing. The old patch only modified the colors when 
the focus changed.

New version attached.
--

One or more files have been attached.

More information can be found at the following URL:
https://awesome.naquadah.org/bugs/index.php?do=detailstask_id=1056#comment3246

You are receiving this message because you have requested it from the Flyspray 
bugtracking system.  If you did not expect this message or don't want to 
receive mails in future, you can change your notification settings at the URL 
shown above.

--
To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.


[awesome bugs] #1056 - Setting titlebar colors doesn't work as expected

2012-11-27 Thread awesome

THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#1056 - Setting titlebar colors doesn't work as expected
User who did this - Björn Åström (bjoast)

--
Confirmed, the latest patch works.

Thanks!
--

More information can be found at the following URL:
https://awesome.naquadah.org/bugs/index.php?do=detailstask_id=1056#comment3248

You are receiving this message because you have requested it from the Flyspray 
bugtracking system.  If you did not expect this message or don't want to 
receive mails in future, you can change your notification settings at the URL 
shown above.

--
To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.


[awesome bugs] #1056 - Setting titlebar colors doesn't work as expected

2012-11-26 Thread awesome

THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#1056 - Setting titlebar colors doesn't work as expected
User who did this - Uli Schlachter (psychon)

--
Which widgets do you have in your titlebar? I assume that you don't have any 
buttons, right? Could you attach your config?

(Obviously, the titlebar has to be redrawn when its foreground/background color 
changes, but in the current code only button widgets actually do this)
--

More information can be found at the following URL:
https://awesome.naquadah.org/bugs/index.php?do=detailstask_id=1056#comment3240

You are receiving this message because you have requested it from the Flyspray 
bugtracking system.  If you did not expect this message or don't want to 
receive mails in future, you can change your notification settings at the URL 
shown above.

--
To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.


[awesome bugs] #1056 - Setting titlebar colors doesn't work as expected (Attachment added)

2012-11-26 Thread awesome

THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#1056 - Setting titlebar colors doesn't work as expected
User who did this - Uli Schlachter (psychon)

--
The attached patch should help
--

One or more files have been attached.

More information can be found at the following URL:
https://awesome.naquadah.org/bugs/index.php?do=detailstask_id=1056#comment3241

You are receiving this message because you have requested it from the Flyspray 
bugtracking system.  If you did not expect this message or don't want to 
receive mails in future, you can change your notification settings at the URL 
shown above.

--
To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.


[awesome bugs] #1056 - Setting titlebar colors doesn't work as expected (Attachment added)

2012-11-26 Thread awesome

THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#1056 - Setting titlebar colors doesn't work as expected
User who did this - Björn Åström (bjoast)

--
That is correct, I do not have any buttons at the moment. I commented them all 
out. I only have a titlewidget. My rc.lua is pretty much default with only a 
couple of changes so far. I have attached it anyway.

The patch works, thank you. There is a very small problem though. When I start 
awesome the currently focused client has its bg_focus set to the bg_normal of 
the current theme. But when I focus on another client it all works just as it 
should from that point on! :-)
--

One or more files have been attached.

More information can be found at the following URL:
https://awesome.naquadah.org/bugs/index.php?do=detailstask_id=1056#comment3242

You are receiving this message because you have requested it from the Flyspray 
bugtracking system.  If you did not expect this message or don't want to 
receive mails in future, you can change your notification settings at the URL 
shown above.

--
To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.


[awesome bugs] #1056 - Setting titlebar colors doesn't work as expected

2012-11-26 Thread awesome

THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#1056 - Setting titlebar colors doesn't work as expected
User who did this - Björn Åström (bjoast)

--
Hmm that small problem seems to be a bit bigger than I first thought. It 
actually happens not only when I start awesome, but every time a new client 
appears. The new client should have titlebar bg_focus set, but has the themes 
bg_normal set.
--

More information can be found at the following URL:
https://awesome.naquadah.org/bugs/index.php?do=detailstask_id=1056#comment3243

You are receiving this message because you have requested it from the Flyspray 
bugtracking system.  If you did not expect this message or don't want to 
receive mails in future, you can change your notification settings at the URL 
shown above.

--
To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.


[awesome bugs] #1056 - Setting titlebar colors doesn't work as expected

2012-11-25 Thread awesome

THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

A new Flyspray task has been opened.  Details are below. 

User who did this - Björn Åström (bjoast) 


Attached to Project - awesome
Summary - Setting titlebar colors doesn't work as expected
Task Type - Bug Report
Category - awful
Status - Unconfirmed
Assigned To - 
Operating System - Linux

Severity - Low
Priority - Normal
Reported Version - git/master
Due in Version - Undecided
Due Date - Undecided
Details - I am running the latest git master and, according to the 
documentation, titlebar background colors can be set with the arguments 
bg_normal and bg_focus like in the example below:

awful.titlebar(c, { bg_normal = #c2c2c2, bg_focus = #828282 })

That works until you move the client at which point the titlebar reverts to the 
default theme color. This however does work:

awful.titlebar(c, { bg = #c2c2c2 })

But there is no way to set the focus color unfortunately :-)
The same is true for fg_normal and fg.

More information can be found at the following URL:
https://awesome.naquadah.org/bugs/index.php?do=detailstask_id=1056

You are receiving this message because you have requested it from the Flyspray 
bugtracking system.  If you did not expect this message or don't want to 
receive mails in future, you can change your notification settings at the URL 
shown above.

--
To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.


[awesome bugs] #1056 - Setting titlebar colors doesn't work as expected

2012-11-25 Thread awesome

THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#1056 - Setting titlebar colors doesn't work as expected
User who did this - Björn Åström (bjoast)

--
A small correction:
bg_focus can be set but there is another problem:
The titlebar gets set to bg_focus only when you _move_ the client. Shifting 
focus doesn't affect the background color, but every client you have moved now 
has the bg_focus color set and will continue having that color set until you 
restart awesome.
--

More information can be found at the following URL:
https://awesome.naquadah.org/bugs/index.php?do=detailstask_id=1056#comment3239

You are receiving this message because you have requested it from the Flyspray 
bugtracking system.  If you did not expect this message or don't want to 
receive mails in future, you can change your notification settings at the URL 
shown above.

--
To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.