Diaoul / gruvbox.tmux

Gruvbox vibes for tmux!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gruvbox.tmux

Gruvbox vibes for tmux!

โœจ Features

  • Session name in status left
  • Nice window indicator with default orange accent
  • Last session indicator in window for fast switching
  • Zoomed indicator to never forget again about your invisible panes!
  • Some degree of style customization!

๐Ÿ“ฆ Installation

Requires a nerd-font compatible font.

Install with TPM

set -g @plugin 'Diaoul/gruvbox.tmux'

โš™๏ธ Configuration

Configuration options below with their default value.

set -g @gruvbox_status_right_separator "โ–ˆ๎‚ผ"
set -g @gruvbox_window_left_separator "๎‚บโ–ˆ"
set -g @gruvbox_window_middle_separator "โ–ˆ๎‚ผ "
set -g @gruvbox_window_right_separator "โ–ˆ๎‚ผ"
set -g @gruvbox_window_use_single_color "no"
set -g @gruvbox_window_active_color "$thm_bg"
set -g @gruvbox_window_background_active_color "$thm_orange"
set -g @gruvbox_window_inactive_color "$thm_bg"
set -g @gruvbox_window_inactive_background_color "$thm_dark_blue"
set -g @gruvbox_status_left_separator "๎‚บ"

๐Ÿคฉ Examples

Default configuration

2023-12-31-173019_hyprshot

Single color

set -g @gruvbox_window_use_single_color "yes"
set -g @gruvbox_window_middle_separator " "
set -g @gruvbox_window_inactive_color "thm_fg"
set -g @gruvbox_window_inactive_background_color "thm_bg1"

2023-12-31-171954_hyprshot

2023-12-31-172016_hyprshot

๐Ÿค Thanks

Inspiration taken from various themes, in particular:

๐Ÿ“š Contributing

As this project currently fits my needs, I don't plan to add any new features besides my personal needs but I will gladly accept pull requests that do so!

About

Gruvbox vibes for tmux!

License:MIT License


Languages

Language:Shell 100.0%