Took out more hard coded vars
This commit is contained in:
parent
3b45d44586
commit
fe252a287c
|
@ -140,7 +140,7 @@ local function create(c, focused_bool, buttons)
|
||||||
shape = gears.rectangle,
|
shape = gears.rectangle,
|
||||||
widget = wibox.container.background
|
widget = wibox.container.background
|
||||||
},
|
},
|
||||||
width = dpi(10),
|
width = border_radius + (border_radius / 2),
|
||||||
height = size,
|
height = size,
|
||||||
strategy = "exact",
|
strategy = "exact",
|
||||||
layout = wibox.layout.constraint
|
layout = wibox.layout.constraint
|
||||||
|
@ -167,7 +167,7 @@ local function create(c, focused_bool, buttons)
|
||||||
shape = gears.rectangle,
|
shape = gears.rectangle,
|
||||||
widget = wibox.container.background
|
widget = wibox.container.background
|
||||||
},
|
},
|
||||||
width = dpi(10),
|
width = border_radius + (border_radius / 2),
|
||||||
height = size,
|
height = size,
|
||||||
strategy = "exact",
|
strategy = "exact",
|
||||||
layout = wibox.layout.constraint
|
layout = wibox.layout.constraint
|
||||||
|
|
Loading…
Reference in New Issue