From 043c2b94667fa2edf73e810cc31678960eac4c20 Mon Sep 17 00:00:00 2001 From: streetturtle Date: Sun, 3 Jan 2021 20:11:19 -0500 Subject: [jira] move error marker to the top right corner --- jira-widget/jira.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'jira-widget') diff --git a/jira-widget/jira.lua b/jira-widget/jira.lua index 9a89a0d..5a568b5 100644 --- a/jira-widget/jira.lua +++ b/jira-widget/jira.lua @@ -41,9 +41,9 @@ local jira_widget = wibox.widget { }, { id = 'd', - draw = function(_, _, cr, _, height) + draw = function(_, _, cr, width, height) cr:set_source(color(beautiful.fg_urgent)) - cr:arc(height/4, height/4, height/4, 0, math.pi*2) + cr:arc(width - height/6, height/6, height/6, 0, math.pi*2) cr:fill() end, visible = false, -- cgit v1.2.3