Fixed tag_preview: shape_border_color and shape_border_width (#80)

This commit is contained in:
Jezer Mejía 2021-07-27 13:00:15 -06:00 committed by GitHub
parent d8e95083e9
commit ac0427a737
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -117,8 +117,8 @@ local function draw_widget(tag_preview_box, t, tag_preview_image, scale,
},
bg = widget_bg,
border_width = widget_border_width,
border_color = widget_border_color,
shape_border_width = widget_border_width,
shape_border_color = widget_border_color,
shape = helpers.shape.rrect(screen_radius),
widget = wibox.container.background
}