From a5217519abfb1e1dda16225291c46d76a71a98b0 Mon Sep 17 00:00:00 2001 From: David Vazgenovich Shakaryan Date: Sun, 11 May 2025 18:39:12 -0700 Subject: remove group brackets in titles and paths --- main.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main.lua') diff --git a/main.lua b/main.lua index 1b6e5f9..c63d538 100644 --- a/main.lua +++ b/main.lua @@ -186,7 +186,7 @@ local function update_osd() if menus[i].search_active then col = colours.selected end - out[#out+1] = col .. ' » [' .. menus[i].title .. ']' + out[#out+1] = col .. ' » ' .. menus[i].title end out[#out+1] = ' ' -- space character for correct line height end @@ -252,7 +252,7 @@ local function update_osd() end for i = #opt.path, 1, -1 do local node = opt.path[i] - path = path .. ' « [' .. node.name .. ']' + path = path .. ' « ' .. node.name end str = str .. path end -- cgit v1.2.3-70-g09d2