2024-12-18 09:40:11 +03:00
|
|
|
{ ... }:
|
|
|
|
{
|
|
|
|
text = ''
|
|
|
|
bind-key -n M-f set-option -g status;
|
|
|
|
set -g status-left-length 50
|
|
|
|
set -g status-position bottom
|
|
|
|
set -g status-justify left
|
2024-04-30 20:35:45 +03:00
|
|
|
|
2024-12-18 09:40:11 +03:00
|
|
|
set -g status-left "#[bold] #H-#S #[default]"
|
|
|
|
set -g status-right ""
|
2024-04-30 20:35:45 +03:00
|
|
|
|
2024-12-18 09:40:11 +03:00
|
|
|
set-window-option -g window-status-separator ""
|
2024-04-30 20:35:45 +03:00
|
|
|
|
2024-12-18 09:40:11 +03:00
|
|
|
setw -g window-status-current-format " #W "
|
|
|
|
setw -g window-status-format " #W "
|
2024-04-30 20:35:45 +03:00
|
|
|
|
2024-12-18 09:40:11 +03:00
|
|
|
set-window-option -g visual-bell off
|
|
|
|
setw -g window-status-bell-style "bold blink"
|
|
|
|
'';
|
2024-04-30 20:35:45 +03:00
|
|
|
}
|