Fixed tag_preview: shape_border_color and shape_border_width (#80)
This commit is contained in:
parent
d8e95083e9
commit
ac0427a737
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue