Advertisement
helenaryuu

separator_space_awesome

Dec 12th, 2012
1,279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.22 KB | None | 0 0
  1. --- {{{Separator/Spacer icons
  2.     separator = widget({ type = "textbox", align = "left"})
  3.     separator.text = '<span color="#14C3DE"> || </span>'
  4.     space = widget({ type = "textbox" })
  5.     space.text = " "
  6. --- }}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement