Tmux: fix session-name getting cut off

This commit is contained in:
pr0c3550r 2023-10-22 12:34:42 +02:00
parent 31ba966020
commit 5259588931

View file

@ -67,6 +67,7 @@ setw -g pane-base-index 1
set -g status-position bottom
set -g status-style bg="#1d2021",fg="#d4be98",bold
set -g status-keys vi
set -g status-left-length 100
# set -g status-right '#{?client_prefix,#[fg=#000000]#[bg=#fabd2f]#[bold] PREFIX ,}'
set -g status-right '#{?client_prefix,#[fg=#000000]#[bg=#fabd2f]#[bold]  ,}'
set -wg window-status-current-style bg="#d8a657",fg="#1d2021"