Make the client preview rounded

This commit is contained in:
Gokul Swaminathan 2021-08-01 22:24:36 -07:00
parent 5ca27551da
commit 00d94027e9
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ local function draw_widget(c, task_preview_box, screen_radius, widget_bg,
{
image = gears.surface.load(img),
resize = true,
clip_shape = helpers.shape.rrect(screen_radius),
widget = wibox.widget.imagebox
},
valign = "center",