Added separators on second screen widgets

This commit is contained in:
Guillaume Dott 2012-11-11 01:15:32 +01:00
parent ecda21dc30
commit 0a62e040f1

2
rc.lua
View File

@ -288,7 +288,9 @@ for s = 1, screen.count() do
},
s == 1 and mysystray or nil,
mytextclock,
s == 2 and separator or nil,
s == 2 and w_music_tb or nil,
s == 2 and spacer or nil,
s == 2 and w_music_img or nil,
mytasklist[s],
layout = awful.widget.layout.horizontal.rightleft