Skip to content

Instantly share code, notes, and snippets.

@rawaludin
Created February 6, 2017 07:51
Show Gist options
  • Save rawaludin/ab862046bdc6ac1bc5ed62d9ba13f54f to your computer and use it in GitHub Desktop.
Save rawaludin/ab862046bdc6ac1bc5ed62d9ba13f54f to your computer and use it in GitHub Desktop.
# This tmux statusbar config was created by tmuxline.vim
# on Mon, 06 Feb 2017
set -g status-bg "#343d46"
set -g message-command-fg "#ffffff"
set -g status-justify "left"
set -g status-left-length "100"
set -g status "on"
set -g pane-active-border-fg "#6699cc"
set -g message-bg "#65737e"
set -g status-right-length "100"
set -g status-right-attr "none"
set -g message-fg "#ffffff"
set -g message-command-bg "#65737e"
set -g status-attr "none"
set -g pane-border-fg "#65737e"
set -g status-left-attr "none"
setw -g window-status-fg "#ffffff"
setw -g window-status-attr "none"
setw -g window-status-activity-bg "#343d46"
setw -g window-status-activity-attr "none"
setw -g window-status-activity-fg "#6699cc"
setw -g window-status-separator ""
setw -g window-status-bg "#343d46"
set -g status-left "#[fg=#ffffff,bg=#6699cc] #{?client_prefix,#[reverse][P]#[noreverse] ,}#{?window_zoomed_flag,#[reverse][F]#[noreverse] ,}#S #[fg=#6699cc,bg=#343d46,nobold,nounderscore,noitalics]"
set -g status-right "#[fg=#343d46,bg=#343d46,nobold,nounderscore,noitalics]#[fg=#ffffff,bg=#343d46] #(focus) #[fg=#65737e,bg=#343d46,nobold,nounderscore,noitalics]#[fg=#ffffff,bg=#65737e] %a, %b %d #[fg=#6699cc,bg=#65737e,nobold,nounderscore,noitalics]#[fg=#ffffff,bg=#6699cc] %R #(bat) "
setw -g window-status-format "#[fg=#343d46,bg=#343d46,nobold,nounderscore,noitalics]#[default] #I | #W #[fg=#343d46,bg=#343d46,nobold,nounderscore,noitalics]"
setw -g window-status-current-format "#[fg=#343d46,bg=#65737e,nobold,nounderscore,noitalics]#[fg=#ffffff,bg=#65737e] #I | #W #[fg=#65737e,bg=#343d46,nobold,nounderscore,noitalics]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment