Skip to content

Instantly share code, notes, and snippets.

@Palpatineli
Created March 30, 2021 21:07
Show Gist options
  • Save Palpatineli/25808c37fc0d40222d25a5dfb2f09a79 to your computer and use it in GitHub Desktop.
Save Palpatineli/25808c37fc0d40222d25a5dfb2f09a79 to your computer and use it in GitHub Desktop.
set-option -g visual-activity off
set-option -g visual-bell off
set-option -g visual-silence off
set-window-option -g monitor-activity off
set-option -g bell-action none
# The window modes {
setw -g mode-style bg="black",fg="red",bold
# }
# The statusbar {
set -g status-interval 0
set -g status-justify left
set -g status-position bottom
set -g status-left ''
set -g status-bg "#2e3440"
set -g status-fg "blue"
set -g status-left "#[fg=blue,bg=#eceff4] #(whoami) #[fg=#eceff4, bg=#cdd4e2]#[fg=blue] #h #[fg=#cdd4e2,bg=#2e3440]"
set -g status-right '#[fg=#cdd4e2,bg=#2e3440]#[fg=blue,bg=#cdd4e2] %m/%d #[fg=#eceff4]#[fg=blue,bg=#eceff4] %H:%M '
set -g status-right-length 50
set -g status-left-length 30
# window status
setw -g window-status-interval 4
setw -g window-status-current-format '#[fg=#2e3440,bg=cyan]#[fg=#5e8eac,bg=cyan,nobold] #I #[fg=cyan,bg=#2e3440]'
setw -g window-status-current-style bg=default,fg=default,bold
setw -g window-status-format '#[fg=black,bg=#434c5e]#[fg=blue,bg=#434c5e] #I #[fg=#434c5e,bg=#2e3440]'
setw -g window-status-current-style 'bg=default,fg=default,bold'
# }
# selection color
set -g mode-style fg="white",bg="cyan"
set -g pane-border-style bg="black",fg="white",
set -g pane-active-border-style bg="black",fg="cyan"
# The messages {
set -g message-style fg=default,bg=default,bold
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment