/tmux-statusline-gruvbox-dark

gruvbox-dark tmux status line for truecolor terminal emulators

MIT LicenseMIT

tmux-statusline-gruvbox-dark

A custom tmux status line configuration for truecolor terminals using gruvbox-dark color scheme. It contains font glyphs found on Nerd Font patched fonts.

Installation

Copy it to a suitable directory and source it from within your existing tmux.conf. Example:

# Use gruvbox-dark theme if terminal supports truecolor
if-shell '[ "$COLORTERM" = "truecolor" ]' \
	'source-file "$HOME/.config/tmux/tmux-statusline-gruvbox-dark.conf"'

Screenshot

License

MIT