Disable wezterm status bar on i3 (duplicated information)
This commit is contained in:
parent
e3455763d5
commit
9c7ef62779
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue