Added separators on second screen widgets
This commit is contained in:
parent
ecda21dc30
commit
0a62e040f1
2
rc.lua
2
rc.lua
@ -288,7 +288,9 @@ for s = 1, screen.count() do
|
|||||||
},
|
},
|
||||||
s == 1 and mysystray or nil,
|
s == 1 and mysystray or nil,
|
||||||
mytextclock,
|
mytextclock,
|
||||||
|
s == 2 and separator or nil,
|
||||||
s == 2 and w_music_tb or nil,
|
s == 2 and w_music_tb or nil,
|
||||||
|
s == 2 and spacer or nil,
|
||||||
s == 2 and w_music_img or nil,
|
s == 2 and w_music_img or nil,
|
||||||
mytasklist[s],
|
mytasklist[s],
|
||||||
layout = awful.widget.layout.horizontal.rightleft
|
layout = awful.widget.layout.horizontal.rightleft
|
||||||
|
Loading…
x
Reference in New Issue
Block a user