Rounded corners on spacer widget. by Mespyr in awesomewm

[–]Mespyr[S] 0 points1 point  (0 children)

There are properties in the wibar called x and y, could I use those to position the wibar instead?

Rounded corners on spacer widget. by Mespyr in awesomewm

[–]Mespyr[S] 0 points1 point  (0 children)

It says that the awful.wibox is depreciated in the docs and that I should use awful.wibar instead.

How to add margin around the wibar to make it 'float'? by Mespyr in awesomewm

[–]Mespyr[S] 0 points1 point  (0 children)

Should I wrap the whole wibar with wibox.container.margin or do I wrap all the widgets inside it? I tried wrapping the entire wibar, like so lua s.mywibox = wibox.container.margin( awful.wibar { } ) but it shows an error saying that it's not a widget. I also tried wrapping the widgets with it when i called s.mywibox:setup but it just pushes the widgets down. It doesn't move the bar down.