Merge branch 'master' of gitea.tforgione.fr:tforgione/awesome

This commit is contained in:
Thomas Forgione 2024-06-24 17:57:25 +02:00
commit 17a8e60261
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
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,