From fbd696d5f2ea9e4e43f9d89ecf874754c8c7db01 Mon Sep 17 00:00:00 2001 From: streetturtle Date: Mon, 26 Apr 2021 21:37:37 -0400 Subject: fix #258 - remove top and bottom margins --- weather-widget/weather.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'weather-widget') 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) -- cgit v1.2.3