Switch to tmux catpuccin theme
This commit is contained in:
parent
502ad0831d
commit
3bab667615
@ -71,24 +71,33 @@ setw -g aggressive-resize on
|
|||||||
set -g default-command {{ .shell }}
|
set -g default-command {{ .shell }}
|
||||||
set -g default-shell {{ .shell }}
|
set -g default-shell {{ .shell }}
|
||||||
|
|
||||||
# status bar
|
|
||||||
set-option -g status-position top
|
set-option -g status-position top
|
||||||
set -g status-bg 'colour235'
|
set -g @catppuccin_window_left_separator ""
|
||||||
set -g status-fg 'colour223'
|
set -g @catppuccin_window_right_separator " "
|
||||||
set -g status-justify 'centre'
|
set -g @catppuccin_window_middle_separator " █"
|
||||||
set -g status-left-length '100'
|
set -g @catppuccin_window_number_position "right"
|
||||||
set -g status 'on'
|
|
||||||
set -g status-right-length '100'
|
set -g @catppuccin_window_default_fill "number"
|
||||||
set -g status-left '#[fg=colour232,bg=colour154] #S #[fg=colour222,bg=colour238] #W #[fg=colour8,bg=colour237] #(whoami) '
|
set -g @catppuccin_window_default_text "#W"
|
||||||
set -g status-right '#[fg=colour8,bg=colour237] %H:%M %a %d #[fg=colour222,bg=colour238] #h #[fg=colour232,bg=colour154] {{ .status }} '
|
|
||||||
setw -g window-status-format '#[default] #I #W '
|
set -g @catppuccin_window_current_fill "number"
|
||||||
setw -g window-status-current-format '#[fg=colour222,bg=colour238] #I #W #F '
|
set -g @catppuccin_window_current_text "#W"
|
||||||
|
|
||||||
|
set -g @catppuccin_status_modules_right "directory user host session"
|
||||||
|
set -g @catppuccin_status_left_separator " "
|
||||||
|
set -g @catppuccin_status_right_separator ""
|
||||||
|
set -g @catppuccin_status_right_separator_inverse "no"
|
||||||
|
set -g @catppuccin_status_fill "icon"
|
||||||
|
set -g @catppuccin_status_connect_separator "no"
|
||||||
|
|
||||||
|
set -g @catppuccin_directory_text "#{pane_current_path}"
|
||||||
|
|
||||||
# List of plugins
|
# List of plugins
|
||||||
set -g @plugin 'tmux-plugins/tmux-pain-control'
|
set -g @plugin 'tmux-plugins/tmux-pain-control'
|
||||||
set -g @plugin 'tmux-plugins/tmux-logging'
|
set -g @plugin 'tmux-plugins/tmux-logging'
|
||||||
set -g @plugin 'olimorris/tmux-pomodoro-plus'
|
set -g @plugin 'olimorris/tmux-pomodoro-plus'
|
||||||
set -g @plugin "jlipps/tmux-safekill"
|
set -g @plugin "jlipps/tmux-safekill"
|
||||||
|
set -g @plugin 'catppuccin/tmux'
|
||||||
{{- if eq .chezmoi.os "openbsd" }}
|
{{- if eq .chezmoi.os "openbsd" }}
|
||||||
set -g @plugin 'tmux-plugins/tmux-battery'
|
set -g @plugin 'tmux-plugins/tmux-battery'
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
Loading…
Reference in New Issue
Block a user