From 9f04894dfc7871282a07d8471887935edc3ccd94 Mon Sep 17 00:00:00 2001 From: aktersnurra Date: Wed, 24 Feb 2021 20:32:07 +0100 Subject: fixed tmux again.. --- .config/tmux/.tmux.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.config/tmux') diff --git a/.config/tmux/.tmux.conf b/.config/tmux/.tmux.conf index 435420b..f323387 100644 --- a/.config/tmux/.tmux.conf +++ b/.config/tmux/.tmux.conf @@ -3,8 +3,8 @@ set -g @plugin 'tmux-plugins/tpm' set -g @plugin "arcticicestudio/nord-tmux" # Allows vim to display colors correctly. -set -g default-terminal "tmux-256color" -set -ag terminal-overrides ",alacritty:RGB" +set -g default-terminal 'screen-256color' +set -ga terminal-overrides ',*256col*:Tc' set -g status-position top # statusbar position set -g status-interval 1 @@ -60,7 +60,7 @@ set -g @prefix_highlight_copy_mode_attr "fg=black,bg=brightcyan" #+--------+ #+--- Bars ---+ set -g status-left "#[fg=black,bg=blue,bold] #S " -set -g status-right "#{prefix_highlight}#[fg=white,bg=black] %a %d %b %H:%M:%S #[fg=white,bg=brightblack,nobold,noitalics,nounderscore]${NORD_TMUX_STATUS_TIME_FORMAT}#[fg=cyan,bg=brightblack,nobold,noitalics,nounderscore] #[fg=white,bg=brightblack, bold] #(whoami)@#(hostname -s) " +set -g status-right "#{prefix_highlight}#[fg=white,bg=black] %a %d %b %H:%M:%S #[fg=white,bg=black,nobold,noitalics,nounderscore]${NORD_TMUX_STATUS_TIME_FORMAT}#[fg=cyan,bg=brightblack,nobold,noitalics,nounderscore] #[fg=white,bg=brightblack, bold] #(whoami)@#(hostname -s) " #+--- Windows ---+ set -g window-status-format "#[fg=white,bg=black] #I #[fg=white,bg=black]#W #F " -- cgit v1.2.3-70-g09d2