summaryrefslogtreecommitdiff
path: root/bitbucket-widget/bitbucket.lua
diff options
context:
space:
mode:
authorstreetturtle <streetturtle@gmail.com>2020-11-09 20:32:52 -0500
committerstreetturtle <streetturtle@gmail.com>2020-11-09 20:32:52 -0500
commit1a25099f55fa96ed1bb764ecb5efb0be48d8a275 (patch)
treea40c802105a109ea054c81b51a310c81c6905568 /bitbucket-widget/bitbucket.lua
parentea3c03835efe8e2b76e9f200b9fcc43a544be304 (diff)
[bitbucket] fix #202
Diffstat (limited to 'bitbucket-widget/bitbucket.lua')
-rw-r--r--bitbucket-widget/bitbucket.lua2
1 files changed, 1 insertions, 1 deletions
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
},