From 46f9441d08343bc83fb965706d800b4de2f2b6c5 Mon Sep 17 00:00:00 2001 From: winston Date: Mon, 24 Oct 2022 04:34:33 +0200 Subject: [PATCH] chore: clean out old config --- dot_config/wezterm/wezterm.lua | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/dot_config/wezterm/wezterm.lua b/dot_config/wezterm/wezterm.lua index 9b35437..8e44f2c 100644 --- a/dot_config/wezterm/wezterm.lua +++ b/dot_config/wezterm/wezterm.lua @@ -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) -- }}}