Took out more hard coded vars

This commit is contained in:
Gokul Swaminathan 2020-11-25 20:14:53 -08:00
parent 3b45d44586
commit fe252a287c
1 changed files with 2 additions and 2 deletions

View File

@ -140,7 +140,7 @@ local function create(c, focused_bool, buttons)
shape = gears.rectangle,
widget = wibox.container.background
},
width = dpi(10),
width = border_radius + (border_radius / 2),
height = size,
strategy = "exact",
layout = wibox.layout.constraint
@ -167,7 +167,7 @@ local function create(c, focused_bool, buttons)
shape = gears.rectangle,
widget = wibox.container.background
},
width = dpi(10),
width = border_radius + (border_radius / 2),
height = size,
strategy = "exact",
layout = wibox.layout.constraint