separator = wibox.widget.textbox()
separator:set_markup('<span font="Symbola 10" color="#404040">│</span>')
--- {{{ Wibox
+-- Wibox {{{1
-- Create a wibox for each screen and add it
mywibox = {}
mypromptbox = {}
mywibox[s]:set_widget(layout)
end
--- }}}