summaryrefslogtreecommitdiff
path: root/.config/tmux
diff options
context:
space:
mode:
authoraktersnurra <gustaf.rydholm@gmail.com>2021-02-24 20:32:07 +0100
committeraktersnurra <gustaf.rydholm@gmail.com>2021-02-24 20:32:07 +0100
commit9f04894dfc7871282a07d8471887935edc3ccd94 (patch)
tree6f98aca473242ad8d0364d610d84e9fd8da2ad2f /.config/tmux
parent5476b0486125087c74fcdb0457d58ee5dc0e954e (diff)
fixed tmux again..
Diffstat (limited to '.config/tmux')
-rw-r--r--.config/tmux/.tmux.conf6
1 files changed, 3 insertions, 3 deletions
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 "