💄 fix(awesome): Make sidebar borders match topbar
This commit is contained in:
parent
4dd8aa0d58
commit
42e8392811
2 changed files with 4 additions and 4 deletions
|
@ -59,8 +59,8 @@ local sidebar = wibox({
|
||||||
height = height,
|
height = height,
|
||||||
y = dpi(60),
|
y = dpi(60),
|
||||||
bg = theme.bg_normal,
|
bg = theme.bg_normal,
|
||||||
border_width = dpi(3),
|
border_width = theme.border_width * 2,
|
||||||
border_color = theme.color.surface0,
|
border_color = theme.border_normal,
|
||||||
})
|
})
|
||||||
|
|
||||||
-- Sidebar widget setup
|
-- Sidebar widget setup
|
||||||
|
|
|
@ -265,8 +265,8 @@ local action = wibox({
|
||||||
height = awful.screen.focused().geometry.height - dpi(100),
|
height = awful.screen.focused().geometry.height - dpi(100),
|
||||||
y = dpi(60),
|
y = dpi(60),
|
||||||
bg = theme.bg_normal,
|
bg = theme.bg_normal,
|
||||||
border_width = dpi(3),
|
border_width = theme.border_width * 2,
|
||||||
border_color = theme.color.surface0,
|
border_color = theme.border_normal,
|
||||||
})
|
})
|
||||||
|
|
||||||
-- Sidebar widget setup
|
-- Sidebar widget setup
|
||||||
|
|
Loading…
Reference in a new issue