THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

A new Flyspray task has been opened. Details are below. User who did this - M. Dietrich (emdete)
Attached to Project - awesome
Summary - separate theme loading & execution
Task Type - Feature Request
Category - beautiful
Status - Unconfirmed
Assigned To - Operating System - All
Severity - Very Low
Priority - Normal
Reported Version - git/master
Due in Version - Undecided
Due Date - Undecided
Details - please separate theme loading & theme execution. instead of

theme_path = "/usr/share/awesome/themes/default/theme.lua"
beautiful.init(theme_path)

allow a
theme = beautiful.load("/usr/share/awesome/themes/default/theme.lua")
-- allows "theme.yyy = zzz" here
beautiful.exec(theme)

this would allow changing single elements of the theme without copying the 
whole thing (i am not a lua expert, maybe this is already possible or there is 
a nicer way to do it).

More information can be found at the following URL:
http://awesome.naquadah.org/bugs/index.php?do=details&task_id=602

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.

Reply via email to