>
> In your rc.lua, are you requiring it before require('beautiful') or
> after? Does requiring before require('beautiful') help?I have solved it by issuing beautiful.init(mytheme_of_choice) inside a widget. It works, but I then need to somehow let the widget know what kind of theme I want to load. At the moment I am rewriting the module, so I do not know, whether I will need the menu and if I need, i will try various things. Thanks for this idea, I'll let you know how it goes. I.
