From b3dcc16653b9d27558813df5c6112cbe02a97581 Mon Sep 17 00:00:00 2001 From: winston Date: Thu, 6 Jul 2023 09:21:55 +0200 Subject: [PATCH] feat(wezterm): use default config for bar plugin --- home/apps/wezterm/wezterm.lua | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/home/apps/wezterm/wezterm.lua b/home/apps/wezterm/wezterm.lua index 843b2c3..c23d30a 100644 --- a/home/apps/wezterm/wezterm.lua +++ b/home/apps/wezterm/wezterm.lua @@ -43,14 +43,6 @@ wezterm.plugin }) wezterm.plugin .require("https://github.com/nekowinston/wezterm-bar") - .apply_to_config(c, { - dividers = false, - indicator = { - leader = { - off = "󰝣", - on = "󰝤", - }, - }, - }) + .apply_to_config(c) return c