From b34ae531ea209ee4ad27f9fb98c8b9b77f54d832 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Mon, 24 Jun 2024 14:11:49 +0200 Subject: [PATCH] Fixed width wibar --- rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.lua b/rc.lua index 7dcb39b..0b72235 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,