diff --git a/.tmux.theme b/.tmux.theme index 062c617..04642e4 100644 --- a/.tmux.theme +++ b/.tmux.theme @@ -25,18 +25,18 @@ set -g window-active-style 'fg=#EEEEEE,bg=default' #+----- Bar Style -set -g status-left-length 30 +#set -g status-left-length 30 #set -g status-left "#{?client_prefix,#[fg=#56c9e4#,bg=colour0#,bold],#[fg=colour233#,bg=colour10#,bold]} #S #{?client_prefix,#[fg=colour0#,bg=colour243#,nobold],#[fg=colour10#,bg=colour243#,nobold]}#[fg=colour233,bg=colour243,bold] #(whoami) #{?client_prefix, #[bg=colour10#,fg=colour243],#[fg=colour243#,bg=colour0]}#{?client_prefix,#[fg=colour233#,bg=colour10],#[fg=colour10#,bg=colour0#,bold]} #I:#P #{?client_prefix,#[fg=colour10#,bg=colour8],#[fg=colour0#,bg=colour8#,nobold]}" - #set -g status-left "" -#set -g status-left "#{?client_prefix,,}#[fg=black],#[bg=#56c9e4,bold] #S #[fg=blue,bg=default,nobold,noitalics,nounderscore] " -set -g status-right "#{prefix_highlight}#[fg=brightblack,bg=black,nobold,noitalics,nounderscore]#[fg=white,bg=brightblack] ${NORD_TMUX_STATUS_DATE_FORMAT} #[fg=white,bg=brightblack,nobold,noitalics,nounderscore]#[fg=white,bg=brightblack] %H:%M #[fg=cyan,bg=brightblack,nobold,noitalics,nounderscore]#[fg=default,bg=cyan,bold] #H " +#{?client_prefix,#[fg=#56c9e4,bg=colour0,bold],#[fg=colour233,bg=colour10,bold]} +set -g status-left "#[fg=black,bg=#56c9e4,bold] #S #[fg=#56c9e4,bg=default,nobold,noitalics,nounderscore]" +set -g status-right "#{prefix_highlight}#[fg=#011f2a,bg=black,nobold,noitalics,nounderscore]#[fg=white,bg=#011f2a] ${NORD_TMUX_STATUS_DATE_FORMAT} #[fg=white,bg=#011f2a,nobold,noitalics,nounderscore]#[fg=white,bg=#011f2a] %H:%M #[fg=#56c9e4,bg=#011f2a,nobold,noitalics,nounderscore]#[fg=black,bg=#56c9e4,bold] #H " #+----- Windows -set -g window-status-format "#[fg=default,bg=brightblack,nobold,noitalics,nounderscore] #[fg=white,bg=brightblack]#I #[fg=white,bg=brightblack,nobold,noitalics,nounderscore] #[fg=white,bg=brightblack]#W #F #[fg=brightblack,bg=default,nobold,noitalics,nounderscore]" -set -g window-status-current-format "#[fg=default,bg=cyan,nobold] #[fg=default,bg=cyan]#I #[fg=default,bg=cyan,nobold,noitalics,nounderscore] #[fg=black,bg=cyan]#W #F #[fg=cyan,bg=default,nobold,noitalics,nounderscore]" +set -g window-status-format "#[fg=black,bg=#011f2a,nobold,noitalics,nounderscore] #[fg=white,bg=#011f2a]#I #[fg=white,bg=#011f2a,nobold,noitalics,nounderscore] #[fg=white,bg=#011f2a]#W #F #[fg=#011f2a,bg=default,nobold,noitalics,nounderscore]" +set -g window-status-current-format "#[fg=black,bg=#56c9e4,nobold] #[fg=black,bg=#56c9e4]#I #[fg=black,bg=#56c9e4,nobold,noitalics,nounderscore] #[fg=black,bg=#56c9e4]#W #F #[fg=#56c9e4,bg=default,nobold,noitalics,nounderscore]" set -g window-status-separator "" #+----- Messages