mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-24 10:48:35 +02:00
widget: change the position of the network widget
This commit is contained in:
parent
124235e904
commit
b4cc2a5b33
1 changed files with 1 additions and 1 deletions
|
@ -207,9 +207,9 @@ for s = 1, screen.count() do
|
|||
on(2, volwidget), on(2, separator),
|
||||
on(2, batwidget), on(2, batwidget ~= "" and separator or ""),
|
||||
on(2, fswidget), on(2, separator),
|
||||
on(1, netgraph.widget), on(1, netwidget), on(1, separator),
|
||||
on(1, memwidget), on(1, separator),
|
||||
on(1, cpuwidget), on(1, separator),
|
||||
on(1, netgraph.widget), on(1, netwidget), on(1, separator),
|
||||
tasklist[s], tasklist[s] ~= "" and separator or "",
|
||||
layout = awful.widget.layout.horizontal.rightleft }
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue