feat(wezterm): use default config for bar plugin

This commit is contained in:
winston 2023-07-06 09:21:55 +02:00
parent 283d1d736a
commit b3dcc16653
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -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