mirror of
https://github.com/TECHNOFAB11/tmux2k.git
synced 2025-12-11 23:50:08 +01:00
feat: compact mode option
This commit is contained in:
parent
7f36148dab
commit
54f87ee13e
2 changed files with 15 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue