From cd00174124e876da3c0822c50920b634d5a54737 Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 11 Mar 2016 10:44:28 +0100 Subject: .tmux.conf: Adding own scripts to status-right, removing tpm. --- .tmux.conf | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) (limited to '.tmux.conf') diff --git a/.tmux.conf b/.tmux.conf index 546fda7..6c7b056 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -80,7 +80,7 @@ set -g message-attr bold # set status-interval to 2 for tmux-mem-cpu-load set -g status-interval 1 set -g status-left '#[fg=colour235,bg=colour252,bold] #(hostname) #[fg=colour245,bg=colour238,bold] #(whoami) (#S) ' -set -g status-right '#[fg=colour23,bg=colour234]|>#[fg=white,bg=colour234] CPU:#{cpu_percentage}, Battery: #{battery_percentage} #[fg=colour23,bg=colour234]<||>#[fg=white,bg=colour234] %H:%M:%S #[fg=colour23,bg=colour234]<|' +set -g status-right '#[fg=colour23,bg=colour234]|>#[fg=white,bg=colour234] #(~/bin/get_cpu_status) (#(~/bin/get_load)) #(~/bin/get_battery_status) #[fg=colour23,bg=colour234]<|>#[fg=white,bg=colour234] %Y%m%d #[fg=colour23,bg=colour234]<|>#[fg=white,bg=colour234] %H:%M:%S #[fg=colour23,bg=colour234]<|' set -g window-status-format '#[fg=colour235,bg=colour252,bold] #I: #W ' set -g window-status-current-format '#[fg=black,bg=colour23,noreverse,bold] #I: #W ' @@ -109,25 +109,3 @@ bind r source-file ~/.tmux.conf # Swap windows bind-key m command-prompt -p "move window to:" "swap-window -t '%%'" - -# List of plugins -# Supports `github_username/repo` or full git repo URLs -set -g @tpm_plugins ' \ - tmux-plugins/tpm \ - tmux-plugins/tmux-sensible \ - tmux-plugins/tmux-cpu \ - tmux-plugins/tmux-yank \ - tmux-plugins/tmux-open \ - tmux-plugins/tmux-battery \ - tmux-plugins/tmux-logging \ - tmux-plugins/tmux-online-status \ - tmux-plugins/tmux-sidebar \ - ' -# Other examples: -# github_username/plugin_name \ -# git@github.com/user/plugin \ -# git@bitbucket.com/user/plugin \ - -# Initializes TMUX plugin manager. -# Keep this line at the very bottom of tmux.conf. -run-shell '~/.tmux/plugins/tpm/tpm' -- cgit v1.2.3-54-g00ecf