From 7feb2548787bff99335de1f4a16e5407939fec6c Mon Sep 17 00:00:00 2001 From: Abdulwahaab Ahmed Date: Mon, 22 Jul 2019 14:53:45 -0400 Subject: [PATCH] Update .tmux.conf --- .tmux.conf | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index ca0a9bc..04714c4 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -12,19 +12,24 @@ bind-key -T copy-mode-vi 'y' send -X copy-selection-and-cancel set -g status-right-length 50 set -g status-left-length 50 -set -g status-fg white -set -g status-bg colour234 -set -g window-status-activity-attr bold -set -g pane-border-fg colour245 -set -g pane-active-border-fg colour13 -set -g pane-active-border-bg colour13 -set -g message-fg colour16 -set -g message-bg colour221 +# set -g status-fg white +# set -g status-bg colour234 +set -g status-style fg=white,bg=colour234 +# set -g window-status-activity-attr bold +set -g window-status-activity-style bold +# set -g pane-border-fg colour245 +set -g pane-border-style fg=colour245 +# set -g pane-active-border-fg colour13 +# set -g pane-active-border-bg colour13 +set -g pane-active-border-style bg=colour13,fg=colour13 +# set -g message-fg colour16 +# set -g message-bg colour221 +set -g message-style bg=colour221,fg=colour16 set -g status-left '#{?client_prefix,#[fg=colour254]#[bg=colour31]#[bold],#[fg=colour250]#[bg=colour97]#[bold]} #S  #(cd #{pane_current_path}; git rev-parse --abbrev-ref HEAD) #{?client_prefix,#[fg=colour31]#[bg=colour240],#[fg=colour97]#[bg=colour240]} #[fg=colour252,bg=colour240]#(date +"%I:%M %p ")#[fg=colour240,bg=colour236] #[fg=colour236,bg=colour234]' set -g window-status-format "#[fg=colour234,bg=colour236]#[fg=white,bg=colour236] #I  #W #[fg=colour236,bg=colour234]" set -g window-status-current-format "#[fg=colour234,bg=brightcyan] #I  #[fg=black,bg=brightcyan,noreverse]#W #[fg=brightcyan,bg=colour234]" -set -g status-right '#[fg=colour236,bg=colour234]#[fg=colour252,bg=colour236] #{battery_icon} #{battery_percentage} #[fg=colour234, bg=colour236] #[fg=colour236,bg=colour234]#[fg=brightcyan,bg=colour236]♫ #{spotify_status} #{spotify_artist} - #{spotify_track}' +set -g status-right '#[fg=colour236,bg=colour234]#[fg=colour252,bg=colour236] #{battery_icon} #{battery_percentage} #[fg=colour234, bg=colour236]#[fg=colour252,bg=colour236]  #(osascript -e "set ovol to output volume of (get volume settings)")%% #[fg=colour234, bg=colour236] #[fg=colour236,bg=colour234]#[fg=brightcyan,bg=colour236]♫: #{current_track}' setw -g xterm-keys on @@ -56,7 +61,6 @@ set -g monitor-activity on set -g visual-activity off set-option -g history-limit 10000 - bind r source-file ~/.tmux.conf \; display-message "Reloading configs..." set -s escape-time 0 @@ -133,7 +137,6 @@ bind-key -T copy-mode-vi C-l select-pane -R bind-key -T copy-mode-vi C-\ select-pane -l # List of plugins -set -g @plugin 'robhurring/tmux-spotify' set -g @plugin 'tmux-plugins/tmux-copycat' set -g @plugin 'tmux-plugins/tmux-open' set -g @plugin 'tmux-plugins/tmux-prefix-highlight' @@ -141,6 +144,7 @@ set -g @plugin 'tmux-plugins/tmux-resurrect' set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-battery' +set -g @plugin 'aar0nTw/tmux-itunes' # for vim set -g @resurrect-strategy-vim 'session'