mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-01 13:54:22 +02:00
widget: add more space to the left of the layout box
This commit is contained in:
parent
790a72a1ad
commit
1359929f15
1 changed files with 1 additions and 0 deletions
|
@ -172,6 +172,7 @@ tasklist.buttons = awful.util.table.join(
|
||||||
for s = 1, screen.count() do
|
for s = 1, screen.count() do
|
||||||
promptbox[s] = awful.widget.prompt({ layout = awful.widget.layout.horizontal.leftright })
|
promptbox[s] = awful.widget.prompt({ layout = awful.widget.layout.horizontal.leftright })
|
||||||
layoutbox[s] = awful.widget.layoutbox(s)
|
layoutbox[s] = awful.widget.layoutbox(s)
|
||||||
|
awful.widget.layout.margins[layoutbox[s]] = { left = 5 }
|
||||||
if screen.count() > 1 then
|
if screen.count() > 1 then
|
||||||
tasklist[s] = awful.widget.tasklist(
|
tasklist[s] = awful.widget.tasklist(
|
||||||
function(c)
|
function(c)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue