| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
A selection of "applets" to use in your tmux status line, written in Rust 🦀
NOTE: The C code is available on the legacy branch. It is preserved for historical purposes.
cargo install tmux-applets
Currently implemented:
To see available parameters, run: tmux-applets --help
In ~/.tmux.conf, edit your status line:
set-option -g status-right "#(/path/to/tmux-applets <applet> <arguments>) #(/path/to/tmux-applets <applet> <arguments>)"
For example, in my configuration I have:
set-option -g status-right " CPU:#(/home/lucas/bin/tmux-applets cpu s:50 l:50) MEM:#(/home/lucas/bin/tmux-applets mem pct-text s:50 l:50) " set-option -g status-right-length 48 # May be necessary if you have a long status line set-option -g status-interval 1
Bug reports, etc can be sent to lmartinking@gmail.com, or you can use the github page at: https://github.com/lmartinking/tmux-applets/issues
| Back | FazBrowse Home | New Git URL |