Add a separator between volume widget and textclock

This commit is contained in:
Guillaume Dott 2013-01-13 00:36:54 +01:00
parent 74c86f8566
commit ae00d88fd0

1
rc.lua
View File

@ -448,6 +448,7 @@ do
-- }}}
end
right_layout:add(separator)
right_layout:add(mytextclock)
mybottomwibox.widgets = right_widgets
local layout = wibox.layout.align.horizontal()