Tmux Powerline Bar is a Tmux plugin that enhances the status bar visualization, providing a modern and customizable experience with Catppuccin as the default theme.
.tmux.conf
.If you use Tmux Plugin Manager (TPM), add this to your .tmux.conf
:
set -g @plugin 'armando-rios/tmux'
Then reload tmux and run prefix + I
to install it.
You can customize the plugin by adding options to your .tmux.conf
:
set -g @tmux_transparent "on" # Enable transparency
set -g @tmux_status_show_clock "on" # Show clock
set -g @tmux_status_show_sysinfo "on" # Show CPU and RAM usage
set -g @tmux_status_show_cwd "on" # Show current directory
After installing and configuring, reload Tmux:
tmux source-file ~/.tmux.conf
A dedicated website with detailed documentation will be available soon.
This project is licensed under the MIT License.
Contributions are welcome! Feel free to open a PR or issue on GitHub.
β If you like this plugin, donβt forget to star it on GitHub!