yoru icon indicating copy to clipboard operation
yoru copied to clipboard

[Question] top bar to bottom

Open adrien-barret opened this issue 1 year ago • 1 comments

Hi,

I have two questions:

  • how can I change top wibar to put it on the bottom ? I changed
		placement = function(c)
			awful.placement.top(c) 

to .bottom(c) but it seems the panel move but is not really visible and all the others windows keep stuck in the bottom.

  • Second question, how do you remove the rounded background from tag_list? I tried few test but seems not woring.

Ty

adrien-barret avatar Sep 14 '22 03:09 adrien-barret