diff --git a/init.lua b/init.lua index 4b7b7c9..59a4d5b 100644 --- a/init.lua +++ b/init.lua @@ -45,9 +45,9 @@ function navbar.new(s) screen = s }) function rnavbar.reflow() - rnavbar.position = landscape and "left" or "bottom", - rnavbar.height = (portrait and navbar.iconSize) or nil, - rnavbar.width = (landscape and navbar.iconSize) or nil, + rnavbar.position = landscape and "left" or "bottom" + rnavbar.height = (portrait and navbar.iconSize) or nil + rnavbar.width = (landscape and navbar.iconSize) or nil rnavbar:setup({ layout = landscape and wibox.layout.ratio.vertical or wibox.layout.ratio.horizontal, launcher_button, switcher_button, kb_button })