Reorder Layout Widget
- Move to right after tag list
This commit is contained in:
@@ -383,6 +383,7 @@ awful.screen.connect_for_each_screen(function(s)
|
||||
layout = wibox.layout.fixed.horizontal,
|
||||
mylauncher,
|
||||
s.mytaglist,
|
||||
s.mylayoutbox,
|
||||
s.mypromptbox,
|
||||
},
|
||||
s.mytasklist, -- Middle widget
|
||||
@@ -391,7 +392,6 @@ awful.screen.connect_for_each_screen(function(s)
|
||||
-- mykeyboardlayout,
|
||||
wibox.widget.systray(),
|
||||
mytextclock,
|
||||
s.mylayoutbox,
|
||||
},
|
||||
}
|
||||
end)
|
||||
|
2
rc.lua
2
rc.lua
@@ -191,6 +191,7 @@ awful.screen.connect_for_each_screen(function(s)
|
||||
layout = wibox.layout.fixed.horizontal,
|
||||
mylauncher,
|
||||
s.mytaglist,
|
||||
s.mylayoutbox,
|
||||
s.mypromptbox,
|
||||
},
|
||||
s.mytasklist, -- Middle widget
|
||||
@@ -199,7 +200,6 @@ awful.screen.connect_for_each_screen(function(s)
|
||||
-- mykeyboardlayout,
|
||||
wibox.widget.systray(),
|
||||
mytextclock,
|
||||
s.mylayoutbox,
|
||||
},
|
||||
}
|
||||
end)
|
||||
|
Reference in New Issue
Block a user