Skip to content

Diaoul/gruvbox.tmux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!

Sponsor this project

 

Languages