From 1a25099f55fa96ed1bb764ecb5efb0be48d8a275 Mon Sep 17 00:00:00 2001 From: streetturtle Date: Mon, 9 Nov 2020 20:32:52 -0500 Subject: [bitbucket] fix #202 --- bitbucket-widget/bitbucket.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbucket-widget') diff --git a/bitbucket-widget/bitbucket.lua b/bitbucket-widget/bitbucket.lua index dc7a34d..8d47f2f 100644 --- a/bitbucket-widget/bitbucket.lua +++ b/bitbucket-widget/bitbucket.lua @@ -238,7 +238,7 @@ local function worker(args) { { { - image = number_of_approves > 0 and WIDGET_DIR .. '/check.svg' or '', + image = WIDGET_DIR .. '/check.svg', resize = false, widget = wibox.widget.imagebox }, -- cgit v1.2.3