make corners rounded

This commit is contained in:
streetturtle 2018-01-27 19:39:12 -05:00
parent 23862177f7
commit 40a2560445
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,7 @@
local awful = require("awful")
local gfs = require("gears.filesystem")
local wibox = require("wibox")
local gears = require("gears")
local ICON = '/usr/share/icons/Papirus-Light/32x32/apps/spotify-linux-48x48.svg'
@ -25,6 +26,9 @@ local w = wibox {
screen = mouse.screen,
height = 50,
width = 250,
shape = function(cr, width, height)
gears.shape.rounded_rect(cr, width, height, 3)
end
}
w:setup {