fix luacheck

This commit is contained in:
streetturtle 2021-09-19 22:02:12 -04:00
parent 9d9658799f
commit 2147ba9d7e
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ local github_widget = wibox.widget {
{ {
id = 'error_marker', id = 'error_marker',
draw = function(_, _, cr, width, height) draw = function(_, _, cr, width, height)
cr:set_source(color(_config.fg_urgent)) cr:set_source(color('#BF616A'))
cr:arc(width - height / 6, height / 6, height / 6, 0, math.pi * 2) cr:arc(width - height / 6, height / 6, height / 6, 0, math.pi * 2)
cr:fill() cr:fill()
end, end,