tmux-gruvbox icon indicating copy to clipboard operation
tmux-gruvbox copied to clipboard

Gruvbox color scheme for Tmux.

Results 13 tmux-gruvbox issues
Sort by recently updated
recently updated
newest added

Hello Everyone, dear users of this repository, recently I've made an important decision to update the GitHub username of my current profile. The details of this decision will explain in...

1. **Move zoom indicator to index:** `*Z` can be difficult to see after long names. Window indices are consistent and feels like a more natural place for the indicator: `#I#{?window_zoomed_flag,*Z,}`...

enhancement
feedback wanted

As a Developer I want to know how can I contribute to the project so that my propositions have a format suited for team collaboration

With tmux 3.2, background color is not showing all the way.

enhancement

I've tried in xterm and gnome-terminal on bullseye but the statusline is not styled with the angle separators as expected. If I login remotely from my archlinux laptop, it works...

bug
help wanted

I'm trying to use another plugin https://github.com/MunifTanjim/tmux-mode-indicator to display current tmux mode with the current `status-right`. It seems tmux-gruvbox to be overriding the custom config. Config: ```tmux set -g status-right...

enhancement

I noticed that the window does not get highlighted when monitor-bell or activity-monitor is on in tmux. Is the highlighting being masked by something in the conf file?

enhancement

Will it be possible (already exists?) a possibility to change date and time display? For example have something like `%d.%m.%Y`. Thank you!

Avoid overriding the colours defined in the style in the format. This fixes bug #12.

* feat: define dark and light color palettes * feat: add customization of status-right & status-left sections * feat: rename to gruvbox_dark256 and implement alpha option * fix: transparency for...