fix window corners (now drawn by awesome, not picom) and wrong center bar radius

This commit is contained in:
Kievits Rene
2022-04-20 08:03:49 +02:00
parent a7e4a1214f
commit 23ec565713
5 changed files with 14 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ return function(s, widget)
maximum_width = dpi(500),
placement = function(c) awful.placement.top(c, { margins = dpi(10) }) end,
shape = function(cr, width, height)
gears.shape.rounded_rect(cr, width, height, 10)
gears.shape.rounded_rect(cr, width, height, 5)
end
}