From 3a53c67e2f17b5cca8a578e90158f691c054aff0 Mon Sep 17 00:00:00 2001 From: scbj Date: Fri, 11 Oct 2024 12:45:48 +0200 Subject: [PATCH] acceptable tmux status bar --- tmux/.config/tmux/zegonix.conf | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/tmux/.config/tmux/zegonix.conf b/tmux/.config/tmux/zegonix.conf index 8ac3c8b..baf4961 100644 --- a/tmux/.config/tmux/zegonix.conf +++ b/tmux/.config/tmux/zegonix.conf @@ -7,7 +7,8 @@ # ## zegonix custom scheme derived from gruvbox dark -set-option -g status "on" +set-option -g status on +set-option -g status-position bottom # user variables set -g @white "#C8C8C8" @@ -26,7 +27,7 @@ set -g @active-bg "#{@light-blue}" set -g @active-fg "#{@dark-blue}" # default statusbar color -set-option -g status-style "bg=red,fg=#{@default-fg}" +set-option -g status-style "bg=#{@blue},fg=#{@white}" # default window title colors set-window-option -g window-status-style "bg=#{@blue},fg=#{@light-blue},bold" @@ -59,14 +60,14 @@ set-window-option -g window-status-bell-style bg=colour167,fg=colour235 ## Theme settings mixed with colors (unfortunately, but there is no cleaner way) set-option -g status-justify "left" -set-option -g status-left-style none +set-option -g status-left-style "bg=#{@light-grey},fg=#{@dark-blue}" set-option -g status-left-length "80" -set-option -g status-right-style none +set-option -g status-right-style "bg=#{@blue},fg=#{@white}" set-option -g status-right-length "80" set-window-option -g window-status-separator "" set-option -g status-left " ( $#S ) " -set-option -g status-right " ( %Y-%m-%d // %H:%M ) " +set-option -g status-right "#[fg=#{@white}] ( %Y-%m-%d #[fg=#{@light-blue}]//#[fg=#{@white}] %H:%M ) " set-window-option -g window-status-current-format " [ #I : #W ] " set-window-option -g window-status-format " [ #I : #W ] "