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)
|
push(cell, #cells == 0)
|
||||||
end
|
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)
|
||||||
end
|
end
|
||||||
return M
|
return M
|
||||||
|
|
Loading…
Reference in a new issue