Skip to content

Instantly share code, notes, and snippets.

@davidzchen
Created January 30, 2023 18:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidzchen/a0a7d0adcce72e30382235c16dbf7213 to your computer and use it in GitHub Desktop.
Save davidzchen/a0a7d0adcce72e30382235c16dbf7213 to your computer and use it in GitHub Desktop.
Current tmux status config
# This tmux statusbar config was created by tmuxline.vim
# on Thu, 05 Jan 2023
set -g status-justify "centre"
set -g status "on"
set -g status-left-style "none"
set -g message-command-style "fg=colour4,bg=colour0"
set -g status-right-style "none"
set -g pane-active-border-style "fg=colour4"
set -g status-style "none,bg=colour0"
set -g message-style "fg=colour4,bg=colour0"
set -g pane-border-style "fg=colour0"
set -g status-right-length "100"
set -g status-left-length "100"
setw -g window-status-activity-style "underscore,fg=colour4,bg=colour0"
setw -g window-status-separator ""
setw -g window-status-style "nobold,fg=colour7,bg=colour0"
set -g status-left "#[fg=colour232,bg=colour4,BOLD] #S #[fg=colour4,bg=colour0,nobold,nounderscore,noitalics]"
set -g status-right "#[fg=colour0,bg=colour0,nobold,nounderscore,noitalics]#[fg=colour4,bg=colour0] %Y-%m-%d  %H:%M #[fg=colour235,bg=colour0,nobold,nounderscore,noitalics]#[fg=colour4,bg=colour235] #(battery-status)   #(wifi-status ssid) #(wifi-status icon) #[fg=colour4,bg=colour235,nobold,nounderscore,noitalics]#[fg=colour232,bg=colour4] #h "
setw -g window-status-format "#[fg=colour0,bg=colour0,nobold,nounderscore,noitalics]#[default] #I #W #[fg=colour0,bg=colour0,nobold,nounderscore,noitalics]"
setw -g window-status-current-format "#[fg=colour0,bg=colour235,nobold,nounderscore,noitalics]#[fg=colour4,bg=colour235,BOLD] #I #W #[fg=colour235,bg=colour0,nobold,nounderscore,noitalics]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment