require('tar').setup {}
default:
{ seperator = "|", noname = "[No Name]", closeicon = "[x]" }
options:
{ seperator = function() end or "String", -- separator to go in-between titles title = function() end, -- title to show sign = function() end, -- text to show to the right of the title noname = "String", -- title shown when no name is found closeicon = "String" -- icon shown on the very right }