💄 fix(awesome): Make sidebar borders match topbar

This commit is contained in:
punkfairie 2024-03-06 18:15:08 -08:00
parent 4dd8aa0d58
commit 42e8392811
Signed by: punkfairie
GPG key ID: A86AF57F837E320F
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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