This zellij tabs & status bar is made by Alex Fedoseev as a part of his Dotfiles.
Build it:
cargo build --releaseCopy the .wasm file:
cp target/wasm32-wasip1/release/zellij-bar.wasm ~/.config/zellij/plugins/Add it to your layout:
...
pane size=1 borderless=true {
plugin location="file:~/.config/zellij/plugins/zellij-bar.wasm"
}
...