Clean up tmux theme and status info
This commit is contained in:
@@ -102,33 +102,8 @@ bind -t vi-copy 'y' copy-selection
|
||||
bind C-c run "tmux save-buffer - | reattach-to-user-namespace pbcopy"
|
||||
bind C-v run "tmux set-buffer $(reattach-to-user-namespace pbpaste); tmux paste-buffer")
|
||||
|
||||
######################
|
||||
### Color Settings ###
|
||||
######################
|
||||
|
||||
source ~/.dotfiles/tmux/whack.tmuxcolors
|
||||
|
||||
##################
|
||||
#### Plugins #####
|
||||
##################
|
||||
|
||||
tm_spotify_track='#[fg=colour2]#(osascript ~/.dotfiles/applescripts/spotify.scpt)'
|
||||
tm_itunes_track='#[fg=colour27]#(osascript ~/.dotfiles/applescripts/itunes.scpt)'
|
||||
tm_rdio_track='#[fg=colour127]#(osascript ~/.dotfiles/applescripts/rdio.scpt)'
|
||||
|
||||
tm_date='#[fg=colour212] %R %d %b'
|
||||
tm_host='#[fg=colour202,bold]#h'
|
||||
tm_session_name='#[fg=colour226,bold]♘ #S'
|
||||
tm_mail='#[fg=colour196,bold]✉ #(~/.dotfiles/applescripts/mail.scpt -ug)'
|
||||
tm_battery='#(~/.dotfiles/bin/battery_indicator.sh)'
|
||||
|
||||
set -g status-left-length 32
|
||||
set -g status-right-length 150
|
||||
set -g status-interval 5
|
||||
set -g window-status-format "#[fg=colour239] #I #W "
|
||||
|
||||
set -g window-status-current-format "#[fg=colour0,bg=colour26]#[fg=colour16,bg=colour26,noreverse,bold] #I #W #[fg=colour26,nobold]"
|
||||
# set -g window-status-current-format "#[fg=colour0]#[fg=colour202,noreverse,bold] #I #W #[fg=colour26,nobold]"
|
||||
set -g status-left $tm_session_name
|
||||
set -g status-right $tm_itunes_track' '$tm_rdio_track' '$tm_battery' '$tm_date' '$tm_host
|
||||
##############################
|
||||
### Color & Style Settings ###
|
||||
##############################
|
||||
|
||||
source ~/.dotfiles/tmux/theme.sh
|
||||
|
||||
Reference in New Issue
Block a user