diff --git a/rc.lua b/rc.lua index c5426f8..95fe1a2 100644 --- a/rc.lua +++ b/rc.lua @@ -261,7 +261,7 @@ awful.screen.connect_for_each_screen(function(s) -- Create the wibox local wibar_height = 15 if s == screen.primary then - local wibar_width = s.geometry.width / 5 + local wibar_width = 512 local wibar_height = 15 s.mywibox = wibox({ x = s.geometry.x + s.geometry.width - wibar_width,