Took out a magic number

Added dpi stuff
changed reversecorner height to tabbar height var
This commit is contained in:
Gokul Swaminathan 2020-11-25 17:52:34 -08:00
parent b7cd0c6afd
commit 3b45d44586
1 changed files with 4 additions and 4 deletions

View File

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