increase character count on status bar

This commit is contained in:
2024-07-17 11:33:13 +02:00
parent 013b9a63e2
commit ae27e86769

View File

@@ -54,6 +54,7 @@ set -g status-style "bg=default, fg=white"
# customize status bar
set -g status-right "#{?client_prefix,^*^,} %d/%m %H:%M"
set -g message-style fg=yellow,blink; set-option -ag message-style bg=default
set -g status-left-length 30 # character count
# customize windows/sessions selector
set -wg mode-style "bg=white,fg=black"