/zellij-bare-bar

A very simple tab bar plugin for zellij

Primary LanguageRustMIT LicenseMIT

Zellij Bare Bar

A very simple tab bar plugin for zellij

Installation

Plugins location is different for each platform, you can run zellij setup --dump-plugins to see where it dumps the built-in plugins.

Build and copy plugin to zellij plugins folder.

rustup target add wasm32-wasi

cargo build --release

cp ./target/wasm32-wasi/release/bare-bar.wasm $HOME/.local/share/zellij/plugins/

Add plugin to one of your layouts.

layout {
    pane
    pane size=1 borderless=true {
        plugin location="file:bare-bar.wasm"
    }
}