mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-25 03:08:34 +02:00
widget: free more space when using one screen
This commit is contained in:
parent
a749a63a61
commit
7b1de40744
1 changed files with 4 additions and 3 deletions
|
@ -208,10 +208,11 @@ for s = 1, screen.count() do
|
||||||
|
|
||||||
wibox[s].widgets = {
|
wibox[s].widgets = {
|
||||||
{
|
{
|
||||||
sepopen,
|
screen.count() > 1 and sepopen or "",
|
||||||
taglist[s],
|
taglist[s],
|
||||||
spacer,
|
screen.count() > 1 and spacer or "",
|
||||||
layoutbox[s], sepclose,
|
layoutbox[s],
|
||||||
|
screen.count() > 1 and sepclose or "",
|
||||||
promptbox[s],
|
promptbox[s],
|
||||||
layout = awful.widget.layout.horizontal.leftright
|
layout = awful.widget.layout.horizontal.leftright
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue