Skip to content

Instantly share code, notes, and snippets.

@squarehimself
Created October 23, 2010 19:02
Show Gist options
  • Save squarehimself/642564 to your computer and use it in GitHub Desktop.
Save squarehimself/642564 to your computer and use it in GitHub Desktop.
set -g message-bg black
set -g message-fg white
set -g prefix ^a
set -g status-left '#[fg=red]//'
set -g status-right '#[fg=white]#(acpi -b | grep -o ...% | sed "s/ //g") #[fg=red][#[fg=white]%I:%M#[fg=red]] #[fg=white]#(acpi -t | grep -o "..... degrees C" | sed "s/ //g" | sed "s/degreesC/#[fg=red]°/g") #S'
setw -g window-status-format "#W(#I#F)"
setw -g window-status-current-format "#[fg=white]#W#[fg=red](#[fg=white]#I#F#[fg=red])"
set -g status-bg black
set -g status-fg red
setw -g monitor-activity on
setw -g utf8 on
setw -g mode-keys vi
setw -g clock-mode-style 12
setw -g clock-mode-colour blue
setw -g window-status-current-attr bright
setw -g window-status-current-fg white
bind j next-window
set -g pane-active-border-fg red
set -g pane-active-border-bg black
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment