Disable wezterm status bar on i3 (duplicated information)

This commit is contained in:
Evie Litherland-Smith 2023-02-28 17:35:00 +00:00
parent e3455763d5
commit 9c7ef62779

View file

@ -69,7 +69,9 @@ M.setup = function(scheme)
push(cell, #cells == 0)
end
window:set_right_status(wezterm.format(elements))
if os.getenv("XDG_CURRENT_DESKTOP") ~= "i3" then
window:set_right_status(wezterm.format(elements))
end
end)
end
return M