Skip to content

Instantly share code, notes, and snippets.

@yun-cloud
Last active July 27, 2022 14:11
Show Gist options
  • Save yun-cloud/e5e10139dbf2d14d81dc9ec137d8195d to your computer and use it in GitHub Desktop.
Save yun-cloud/e5e10139dbf2d14d81dc9ec137d8195d to your computer and use it in GitHub Desktop.
tmuxline.vim snapshot file (vim-airline with gruvbox theme)
# This tmux statusbar config was created by tmuxline.vim
# on Wed, 27 Jul 2022
set -g status-justify "left"
set -g status "on"
set -g status-left-style "none"
set -g message-command-style "fg=colour246,bg=colour239"
set -g status-right-style "none"
set -g pane-active-border-style "fg=colour246"
set -g status-style "none,bg=colour237"
set -g message-style "fg=colour246,bg=colour239"
set -g pane-border-style "fg=colour239"
set -g status-right-length "100"
set -g status-left-length "100"
setw -g window-status-activity-style "none"
setw -g window-status-separator ""
setw -g window-status-style "none,fg=colour246,bg=colour237"
set -g status-left "#[fg=colour235,bg=colour246] #S #[fg=colour246,bg=colour237,nobold,nounderscore,noitalics]"
set -g status-right "#[fg=colour239,bg=colour237,nobold,nounderscore,noitalics]#[fg=colour246,bg=colour239] %Y-%m-%d  %H:%M #[fg=colour246,bg=colour239,nobold,nounderscore,noitalics]#[fg=colour235,bg=colour246] #h "
setw -g window-status-format "#[fg=colour246,bg=colour237] #I #[fg=colour246,bg=colour237] #W "
setw -g window-status-current-format "#[fg=colour237,bg=colour239,nobold,nounderscore,noitalics]#[fg=colour246,bg=colour239] #I #[fg=colour246,bg=colour239] #W #[fg=colour239,bg=colour237,nobold,nounderscore,noitalics]"
@yun-cloud
Copy link
Author

add

if-shell "test -f ~/.tmux-statusline-colors.conf" "source ~/.tmux-statusline-colors.conf"

to ~/.tmux.conf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment