Tmux status line configured in Rust.
- Fully configured in Rust
- Type-save configuration
- Can be programmed (e.g. dynamically rendered modules)
- Supports coloring
- Multithreaded
-
Clone this repository
git clone [email protected]:Dlurak/muxbar.git
-
Install Muxbar
cargo install --path .
-
Apply Muxbar in your
.tmux.conf
set -g status-right '#(muxbar)'
The configuration is written in Rust and located in ./src/config.rs