Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dlurak/muxbar
Tmux status bar configuired in rust
https://github.com/dlurak/muxbar
tmux tmux-statusline
Last synced: 10 days ago
JSON representation
Tmux status bar configuired in rust
- Host: GitHub
- URL: https://github.com/dlurak/muxbar
- Owner: Dlurak
- License: other
- Created: 2024-05-16T13:42:12.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-08-07T11:36:37.000Z (5 months ago)
- Last Synced: 2024-12-10T19:44:40.120Z (24 days ago)
- Topics: tmux, tmux-statusline
- Language: Rust
- Homepage:
- Size: 301 KB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-tmux - muxbar
README
# Muxbar
Tmux status line configured in Rust.
## Features
- Fully configured in Rust
- Type-save configuration
- Can be programmed (e.g. dynamically rendered modules)
- Supports coloring
- Multithreaded## Installation
1. Clone this repository
```bash
git clone [email protected]:Dlurak/muxbar.git
```
2. Install Muxbar
```bash
cargo install --path
```
3. Apply Muxbar in your `.tmux.conf`
```
set -g status-right '#(muxbar)'
```
## ConfigurationThe configuration is written in Rust and located in `./src/config.rs`
## Examples
![New Default](./assets/new_default.png)
![Old Default](./assets/default.png)