Play with tmux conf some more

This commit is contained in:
David Morgan 2022-11-07 21:20:49 +00:00
parent 3724b1d6f7
commit fbc3a09b2b
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 12 additions and 6 deletions

View File

@ -24,15 +24,21 @@
prefix = "C-a";
#tmuxp.enable = true;
extraConfig = ''
setw -g window-status-current-format "#[fg=red,bold][#[fg=default]#F#I:#W#F#[fg=red,bold]]#[default]"
setw -g window-status-format "#[fg=green]{#[default]#F#I:#W#F#[fg=green]}#[default]"
bind-key C-a last-window
bind-key a send-prefix
set -g status-left-length 17
set -g status-bg black
set -g status-fg white
set -g status-interval 1
setw -g window-status-current-format "#[fg=red,bold][#[fg=default]#F#I:#W#F#[fg=red,bold]]#[default]"
setw -g window-status-format "#[fg=green]{#[default]#F#I:#W#F#[fg=green]}#[default]"
set -g status-left "#[fg=yellow]#h#[default]"
set -g status-right "#[fg=magenta,bold]#(/home/djm/bin/showmail.sh)#[fg=blue]%a%d/%m#[fg=yellow]%H:%M:%S"
set -g status-left-length 17
set -g status-interval 1
set -g status-left "#[fg=yellow]#h#[default]"
set -g status-right "#[fg=magenta,bold]#(/home/djm/bin/showmail.sh)#[fg=blue]%a%d/%m#[fg=yellow]%H:%M:%S"
'';
};