stepanzak / tmux-statusline-gruvbox

Fork of tmux-statusline-themes's gruvbox theme, changing some (non-color) options

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tmux statusline Gruvbox theme

This repository contains theme for tmux statusline. The theme is based on popular terminal color theme Gruvbox:

IMPORTANT NOTICE

This is a fork of Tmux Statusline Themes. I created it because I want to tweak some minor settings of the statusline. The only reason I haven't put it in my dotfiles is that somebody might also want to use these slightly modified settings. However, EXCLUDING MY MINOR CONFIG CHANGES, ALL OF THE CODE BELONGS TO Dmitry Kabanov! If you use this, you should star his repo.

Installation

Installation with Tmux Plugin Manager (preferred method)

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

set -g @plugin 'stepanzak/tmux-statusline-gruvbox'

This also requires Tmux Mode Indicator. Install it the same way:

set -g @plugin 'MunifTanjim/tmux-mode-indicator'

Please note that tmux-mode-indicator must be loaded AFTER tmux-statusline-gruvbox. Hit prefix + I to fetch the plugin and source it.

You also need a Nerd Font, because this theme is using custom status indicator prompts. If you can't use a Nerd Font (for example in TTY), you can easily change the prompts to your own, as described here. Just don't forget to define these custom prompts after loading this plugin.

License

This repo uses MIT license.

About

Fork of tmux-statusline-themes's gruvbox theme, changing some (non-color) options

License:MIT License


Languages

Language:Shell 100.0%