Minimalistic tab bar plugin for zellij.
This project is a fork of github.com/tarkah/zellij-bare-bar.
active_color
— color of the text of an active tab segment;inactive_color
— color of the text of an inactive tab segment;locked_color
— color of the prefixtext_background_color
— background color of a tab segment;background_color
— background color of the rest of the plugin's pane;dot
— dot character to use in the prefix (reflects mode) (for example,"•"
);dot_locked_color
— dot color in the locked mode;dot_normal_color
— dot color in the normal mode;dot_action_color
— dot color in other modes (when an action is being performed).
layout {
pane size=1 borderless=true {
plugin location="file:$HOME/.config/zellij/plugins/compact-bar.wasm" {
inactive_color "#505050"
text_background_color "#1e1e1e"
background_color "#1e1e1e"
dot "•"
dot_locked_color "#404040"
dot_normal_color "#70a040"
dot_action_color "#ffb070"
}
}
pane
pane size=1 borderless=true {
plugin location="status-bar"
}
}