Hi Karol, Tiling window managers don't usually use window decorations in the traditional sense, and the widgets are indeed in the bar. The only window decoration that qtile uses is a coloured border to indicate a selected window.
The widgets are part of qtile, you simply need to define them within the bar in your config. The default configuration [0] uses the bar and includes some widgets. I use quite a few widgets in my config [1]. other examples are available. Hope this helps. Craig [0] https://github.com/qtile/qtile/blob/develop/libqtile/resources/default_config.py [1] https://github.com/qtile/qtile-examples/blob/master/user-configs/cjbarnes/config.py On 24 December 2013 00:46, Karol Langner <[email protected]> wrote: > Hi Craig, > > Thanks for the response. I see these widgets being created "inside the > bar" so to say... so do the tabs appear in the bar, or above the windows? > I'd like them as window decorations. > > Also, currently I have the Ubuntu precise 0.5 package installed... is it > enough to throw these widgets in my config directory and import them, or > will I need to compile qtile from source? > > Thanks, > Karol > > -- > You received this message because you are subscribed to the Google Groups > "qtile-dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- Craig -- You received this message because you are subscribed to the Google Groups "qtile-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
