chore: clean out old config

This commit is contained in:
winston 2022-10-24 04:34:33 +02:00
parent 0f07741d5a
commit 46f9441d08
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -188,16 +188,6 @@ wezterm.on("update-status", function(window, pane)
{ Foreground = { Color = palette.ansi[5] } },
{ Text = RIGHT_DIVIDER },
}))
-- an idea for a future right hand side info?
-- window:set_right_status(wezterm.format({
-- { Foreground = { Color = palette.tab_bar.background } },
-- { Background = { Color = palette.ansi[8] } },
-- { Text = RIGHT_DIVIDER },
-- { Background = { Color = palette.ansi[8] } },
-- { Foreground = { Color = palette.background } },
-- { Text = '  [|| ]  12.8% ' },
-- }))
end)
-- }}}