tmux: update theme
This commit is contained in:
parent
1a2c198da0
commit
923a6e3ec3
|
@ -20,31 +20,40 @@ set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||||
set -g @plugin 'catppuccin/tmux'
|
set -g @plugin 'catppuccin/tmux'
|
||||||
set -g @plugin 'christoomey/vim-tmux-navigator'
|
set -g @plugin 'christoomey/vim-tmux-navigator'
|
||||||
set -g @plugin 'tmux-plugins/tmux-yank'
|
set -g @plugin 'tmux-plugins/tmux-yank'
|
||||||
|
set -g @plugin 'tmux-plugins/tmux-cpu'
|
||||||
set -g @plugin 'tmux-plugins/tpm'
|
set -g @plugin 'tmux-plugins/tpm'
|
||||||
|
|
||||||
|
# catppuccin
|
||||||
set -g @catppuccin_flavour 'mocha'
|
set -g @catppuccin_flavour 'mocha'
|
||||||
set -g @catppuccin_window_status_style "rounded"
|
set -g @catppuccin_window_status_style "rounded"
|
||||||
|
set -g @catppuccin_status_background "#1e1e2e"
|
||||||
|
set -g @catppuccin_status_left_separator " "
|
||||||
|
set -g @catppuccin_status_right_separator ""
|
||||||
|
set -g @catppuccin_status_fill "icon"
|
||||||
|
set -g @catppuccin_status_connect_separator "no"
|
||||||
|
|
||||||
|
# status
|
||||||
set -g status-right-length 100
|
set -g status-right-length 100
|
||||||
set -g status-left-length 100
|
set -g status-left-length 100
|
||||||
set -g status-left ""
|
set -g status-left ""
|
||||||
set -g status-right "#{E:@catppuccin_status_application}"
|
set -g status-right ""
|
||||||
set -agF status-right "#{E:@catppuccin_status_cpu}"
|
|
||||||
set -ag status-right "#{E:@catppuccin_status_session}"
|
set -ag status-right "#{E:@catppuccin_status_session}"
|
||||||
set -ag status-right "#{E:@catppuccin_status_uptime}"
|
set -ag status-right "#{E:@catppuccin_status_uptime}"
|
||||||
|
|
||||||
|
set -as terminal-features ",alacritty*:RGB"
|
||||||
|
set -as terminal-features ",foot:RGB"
|
||||||
|
set -g mouse on
|
||||||
|
set -g default-shell /bin/fish
|
||||||
set-window-option -g mode-keys vi
|
set-window-option -g mode-keys vi
|
||||||
|
|
||||||
|
# binds
|
||||||
bind-key -T copy-mode-vi v send-keys -X begin-selection
|
bind-key -T copy-mode-vi v send-keys -X begin-selection
|
||||||
bind-key -T copy-mode-vi C-v send-keys -X rectangle-selection
|
bind-key -T copy-mode-vi C-v send-keys -X rectangle-selection
|
||||||
bind-key -T copy-mode-vi y send-keys -X copy-selection-and-cancel
|
bind-key -T copy-mode-vi y send-keys -X copy-selection-and-cancel
|
||||||
|
|
||||||
unbind %
|
unbind %
|
||||||
unbind '"'
|
unbind '"'
|
||||||
bind ']' split-window -v -c "#{pane_current_path}"
|
bind ']' split-window -v -c "#{pane_current_path}"
|
||||||
bind '\' split-window -h -c "#{pane_current_path}"
|
bind '\' split-window -h -c "#{pane_current_path}"
|
||||||
|
|
||||||
bind C-l send-keys 'C-l'
|
bind C-l send-keys 'C-l'
|
||||||
|
|
||||||
run '~/.config/tmux/tpm/tpm'
|
run '~/.config/tmux/tpm/tpm'
|
||||||
|
|
||||||
set -g status-style "bg=#1e1e2e"
|
|
Loading…
Reference in a new issue