acceptable tmux status bar

This commit is contained in:
scbj
2024-10-11 12:45:48 +02:00
parent cc2d5bb6fc
commit 3a53c67e2f

View File

@@ -7,7 +7,8 @@
# #
## zegonix custom scheme derived from gruvbox dark ## 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 # user variables
set -g @white "#C8C8C8" set -g @white "#C8C8C8"
@@ -26,7 +27,7 @@ set -g @active-bg "#{@light-blue}"
set -g @active-fg "#{@dark-blue}" set -g @active-fg "#{@dark-blue}"
# default statusbar color # 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 # default window title colors
set-window-option -g window-status-style "bg=#{@blue},fg=#{@light-blue},bold" 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) ## Theme settings mixed with colors (unfortunately, but there is no cleaner way)
set-option -g status-justify "left" 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-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-option -g status-right-length "80"
set-window-option -g window-status-separator "" set-window-option -g window-status-separator ""
set-option -g status-left " ( $#S ) " 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-current-format " [ #I : #W ] "
set-window-option -g window-status-format " [ #I : #W ] " set-window-option -g window-status-format " [ #I : #W ] "