aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/tmux/tmux.conf7
1 files changed, 4 insertions, 3 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf
index dafaf7f..883af1e 100644
--- a/.config/tmux/tmux.conf
+++ b/.config/tmux/tmux.conf
@@ -250,8 +250,8 @@ set -g status-left-length 60
set -g status-left "#[fg=black] ❐ #S #( ~/.config/tmux/left-status.sh )"
# Highlight the current window.
-setw -g window-status-current-style fg=gray,bg=black,bright
-set -g window-status-current-format ' #I #W '
+setw -g window-status-current-style fg=color235,bg=silver,bright
+set -g window-status-current-format ' #I:#W '
#set -g status-format[0] '#[align=left] ❐ #S #( ~/.config/tmux/left-status.sh )#[align=absolute-centre]#[list=on] #I #W #[nolist]#[align=right] %H:%M %d-%m-%Y #H '
set -g status-justify absolute-centre
## Right
@@ -260,7 +260,8 @@ set-option -g status-right ""
set -g status-right-length 60
#set -g status-right-length 140
#set -g status-right-style default
-set -ag status-right "#[fg=black] %H:%M %d-%m-%Y #H "
+#set -ag status-right "#[fg=black] %H:%M %d-%m-%Y #H "
+set -ag status-right "#[fg=black] #( ~/.config/tmux/right-status.sh ) %H:%M %d-%m-%Y #H "
# list of plugins
set -g @plugin 'tmux-plugins/tpm'