Merge branch 'master' of gitea.tforgione.fr:tforgione/awesome
This commit is contained in:
commit
17a8e60261
2
rc.lua
2
rc.lua
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue