Skip to content

Instantly share code, notes, and snippets.

@cabrinha
Created January 13, 2016 15:26
Show Gist options
  • Save cabrinha/d1436d51b985728f3fef to your computer and use it in GitHub Desktop.
Save cabrinha/d1436d51b985728f3fef to your computer and use it in GitHub Desktop.
set -g status-left '#[fg=colour16,bg=colour254,bold] #S #[fg=colour254,bg=colour234,nobold,nounderscore,noitalics]'
set -g status-right '#[fg=colour236,bg=colour0,nobold,nounderscore,noitalics]#[fg=colour247,bg=colour236]%Y-%m-%d  %H:%M #[fg=colour252,bg=colour236,nobold,nounderscore,noitalics]#[fg=colour235,bg=colour252] #h '
setw -g window-status-format '#[fg=colour244,bg=colour234] #I #[fg=colour250,bg=colour234] #W#[fg=colour236,bg=colour0,nobold,nounderscore,noitalics] '
setw -g window-status-current-format '#[fg=colour234,bg=colour31,nobold,nounderscore,noitalics]#[fg=colour117,bg=colour31] #I #[fg=colour231,bg=colour31,bold] #W #[fg=colour31,bg=colour234,nobold,nounderscore,noitalics]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment