feat: compact mode option

This commit is contained in:
Mike 2024-04-02 11:09:50 +00:00 committed by Abhishek Keshri
parent 7f36148dab
commit 54f87ee13e
2 changed files with 15 additions and 6 deletions

View file

@ -134,6 +134,9 @@ set -g @tmux2k-theme 'onedark'
# to show icons only
set -g @tmux2k-icons-only true
# to enable compact window tab size
set -g @tmux2k-compact-windows true
# to customize colors
set -g @tmux2k-text '#cdcdcd' # change text to white
set -g @tmux2k-bg-main '#ffffff' # change bg to white