Skip to content

tmux plugin to colorize the status line, so you can distinguish your sessions at a glance

License

Notifications You must be signed in to change notification settings

crazygolem/tmux-status-color

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tmux status color

Automatically colorize tmux' status bar differently for each host, so you can differentiate them at a glance.

Installation

Add this plugin to the list of TPM plugins in .tmux.conf:

set -g @plugin 'crazygolem/tmux-status-color'

Hit prefix + I to fetch the plugin and source it.

Manually

Clone the repo:

git clone https://github.com/crazygolem/tmux-status-color ~/clone/path

Add the following line to your .tmux.conf:

run-shell ~/clone/path/colorize.tmux

Reload the tmux environment with tmux source-file ~/.tmux.conf.

Configuration

The string used to generate the color can be configured with @status_color_source. The default is equivalent to:

set -gF @status_color_source '#{host}'

About

tmux plugin to colorize the status line, so you can distinguish your sessions at a glance

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published