Skip to content

Instantly share code, notes, and snippets.

@winarcooo
Last active July 13, 2020 03:45
Show Gist options
  • Save winarcooo/ed9e650759945648bf967ba33d137405 to your computer and use it in GitHub Desktop.
Save winarcooo/ed9e650759945648bf967ba33d137405 to your computer and use it in GitHub Desktop.
[tmux configuration] config for personal tmux #config #tmux
set -g default-terminal "xterm-256color"
# default statusbar colors
set -g status-bg colour235
set -g status-fg colour179
set -g status-attr default
# default window title colors
set -g window-status-fg colour244
set -g window-status-bg default
# active window title colors
set -g window-status-current-fg colour166
set -g window-status-current-bg default
set -g window-status-current-attr bright
# pane border
set -g pane-border-fg colour235
set -g pane-active-border-fg colour240
# pane number display
set -g display-panes-active-colour colour33
set -g display-panes-colour colour166
# clock
set -g clock-mode-colour colour64
# status bar right contents
set -g status-right-length 65
set -g status-right "#[fg=colour187][#(itunesartist) - #(itunestrack)] #[fg=default][%H:%M %e-%b-%Y]"
set -g status-interval 5
# enable mouse
# set -g mouse on
# don't rename windows automatically
set -g allow-rename off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment