diff options
Diffstat (limited to 'docker-widget')
-rw-r--r-- | docker-widget/docker.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docker-widget/docker.lua b/docker-widget/docker.lua index b9613d8..f5ce7fa 100644 --- a/docker-widget/docker.lua +++ b/docker-widget/docker.lua @@ -298,7 +298,7 @@ local function worker(user_args) margins = 8, layout = wibox.container.margin }, - valigh = 'center', + valign = 'center', layout = wibox.container.place }, { @@ -318,7 +318,7 @@ local function worker(user_args) forced_width = 180, layout = wibox.layout.fixed.vertical }, - valigh = 'center', + valign = 'center', layout = wibox.container.place }, { |