Fixed width wibar

This commit is contained in:
Thomas Forgione 2024-06-24 14:11:49 +02:00
parent dcaf91e0a8
commit b34ae531ea
1 changed files with 1 additions and 1 deletions

2
rc.lua
View File

@ -261,7 +261,7 @@ awful.screen.connect_for_each_screen(function(s)
-- Create the wibox -- Create the wibox
local wibar_height = 15 local wibar_height = 15
if s == screen.primary then if s == screen.primary then
local wibar_width = s.geometry.width / 5 local wibar_width = 512
local wibar_height = 15 local wibar_height = 15
s.mywibox = wibox({ s.mywibox = wibox({
x = s.geometry.x + s.geometry.width - wibar_width, x = s.geometry.x + s.geometry.width - wibar_width,