diff options
Diffstat (limited to 'weather-widget/weather.lua')
-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) |