tmux: install tmux-session-manager & solarized theme

This commit is contained in:
nicolas 2023-10-15 19:37:55 +02:00
parent e1c3d75b72
commit ebe77ca2ee
1 changed files with 7 additions and 0 deletions

View File

@ -10,6 +10,8 @@ set -g base-index 1
setw -g mode-keys vi
set-option -sg escape-time 10
set -g renumber-windows on
set -g history-limit 1000000
set -g status-position top
set -g status-right '#{cpu_bg_color}  #{cpu_icon} #{cpu_percentage} | %a %h-%d %H:%M '
set -g @cpu_low_icon "󰢼"
@ -18,6 +20,7 @@ set -g @cpu_high_icon "󰢾"
set -g @cpu_low_bg_color "#[fg=green, bg=#073642]" # background color when cpu is low
set -g @cpu_medium_bg_color "#[fg=yellow, bg=#073642]" # background color when cpu is medium
set -g @cpu_high_bg_color "#[fg=red, bg=#073642]" # background color when cpu is high
set -g @colors-solarized 'dark'
set-option -g status-bg '#073642'
set-option -g status-fg '#839496'
@ -28,12 +31,16 @@ set-option -g status-left-length 50
set -g @sessionist-promote-window "P"
set -g @t-fzf-prompt ' '
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-cpu'
set -g @plugin 'tmux-plugins/tmux-sessionist'
set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'joshmedeski/t-smart-tmux-session-manager'
set -g @plugin 'seebi/tmux-colors-solarized'
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'