Kruemelmann / tmux-iconbar

tmux plugin to get a little customizable iconbar to your tmux statusbar.

Home Page:http://kruemelmann.github.io#tmuxiconbar

Repository from Github https://github.comKruemelmann/tmux-iconbarRepository from Github https://github.comKruemelmann/tmux-iconbar

tmux-iconbar

This tmux Plugin add a customizable iconbar to your tmux statusline. (Docker Icon error:/ )


NOTE

This plugin calles shellscripts so watch what you let it execute;)

Requirements

Before you start you need some kind of icon font e.g.:

Installation

Using tpm:

Add this to your '.tmux.conf'-File

set -g @plugin 'kruemelmann/tmux-iconbar'

Usage

Now if the plugin is installed you get a format string

set -g status-right '#{@iconbar_state}'

Reload the config and et voila you have some nice looking icons

Default Icons

Currently tmux-iconbar can detect if docker is running and if you are connected to the internet.:) If you have some ideas on what it could do let me know.

Adding custom scripts

You can add your own scripts by placeing them in the folder 'scripts/custom'. You can find a template on how to write the scripts in there too.

License

MIT

About

tmux plugin to get a little customizable iconbar to your tmux statusbar.

http://kruemelmann.github.io#tmuxiconbar

License:MIT License


Languages

Language:Shell 100.0%