diff options
author | streetturtle <streetturtle@gmail.com> | 2021-04-26 21:37:37 -0400 |
---|---|---|
committer | streetturtle <streetturtle@gmail.com> | 2021-04-26 21:37:37 -0400 |
commit | fbd696d5f2ea9e4e43f9d89ecf874754c8c7db01 (patch) | |
tree | 298d5151513114aecadf38194f1ff52fe43defbd /weather-widget | |
parent | 864b224492442a26503c214c1ae5c0fbdc3b15d2 (diff) |
fix #258 - remove top and bottom margins
Diffstat (limited to 'weather-widget')
-rw-r--r-- | weather-widget/weather.lua | 3 |
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) |