Skip to content

Instantly share code, notes, and snippets.

@cheeze2000
Last active October 6, 2022 15:07
Show Gist options
  • Save cheeze2000/45c8ae255894dccb78a709ac1e43cac2 to your computer and use it in GitHub Desktop.
Save cheeze2000/45c8ae255894dccb78a709ac1e43cac2 to your computer and use it in GitHub Desktop.
tmux config file
set -g mouse on
set -g default-terminal "xterm-256color"
set -ag terminal-overrides ",xterm-256color:RGB"
setw -g status-right-length 120
black='#282c34'
white='#abb2bf'
purple='#c678dd'
green='#98c379'
orange='#d19a66'
blue='#61afef'
yellow='#e5c07b'
cyan='#56b6c2'
red='#e86671'
grey='#5c6370'
primary=$yellow
setw -g status-bg $black
setw -g status-fg $white
setw -g status-left "#[bg=$black] #[fg=$black,bg=$primary]  #[bg=$black] "
setw -g status-right "#(bash ~/.tmux.conf.sh)#[fg=$black,bg=$primary]  %a %d %b   %H:%M #[bg=$black] "
setw -g window-status-format "#[fg=$black,bg=$grey] #I: #W "
setw -g window-status-current-format "#[fg=$black,bg=$primary] #I: #W "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment