X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/3153293ce1526850ed3193fa9df83d6a077f4b13..e8032e98e8e80130e015c38a3b6099972fada471:/awesome/topbar.lua diff --git a/awesome/topbar.lua b/awesome/topbar.lua index c6f21fc..e40b474 100644 --- a/awesome/topbar.lua +++ b/awesome/topbar.lua @@ -82,7 +82,7 @@ for s = 1, screen.count() do -- Widgets that are aligned to the left local left_layout = wibox.layout.fixed.horizontal() - left_layout:add(mylauncher) + -- left_layout:add(mylauncher) left_layout:add(mytaglist[s]) left_layout:add(mypromptbox[s])