From a39a14c61b56fdaccce7bee6788d7a023363f1b8 Mon Sep 17 00:00:00 2001 From: XeonSquared Date: Thu, 25 Aug 2022 15:16:28 +1000 Subject: [PATCH] that'll teach me not to test v2 --- init.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 })