summaryrefslogtreecommitdiff
path: root/weather-widget
diff options
context:
space:
mode:
authorstreetturtle <streetturtle@gmail.com>2021-04-26 21:37:37 -0400
committerstreetturtle <streetturtle@gmail.com>2021-04-26 21:37:37 -0400
commitfbd696d5f2ea9e4e43f9d89ecf874754c8c7db01 (patch)
tree298d5151513114aecadf38194f1ff52fe43defbd /weather-widget
parent864b224492442a26503c214c1ae5c0fbdc3b15d2 (diff)
fix #258 - remove top and bottom margins
Diffstat (limited to 'weather-widget')
-rw-r--r--weather-widget/weather.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/weather-widget/weather.lua b/weather-widget/weather.lua
index 715c974..1847fd4 100644
--- a/weather-widget/weather.lua
+++ b/weather-widget/weather.lua
@@ -164,7 +164,8 @@ local function worker(user_args)
},
layout = wibox.layout.fixed.horizontal,
},
- margins = 4,
+ left = 4,
+ right = 4,
layout = wibox.container.margin
},
shape = function(cr, width, height)