36 lines
1.1 KiB
Plaintext
36 lines
1.1 KiB
Plaintext
##################
|
|
### CATPPUCCIN ###
|
|
##################
|
|
|
|
set -g @catppuccin_flavor "frappe"
|
|
|
|
set -g status-right-length 100
|
|
set -g status-left-length 100
|
|
|
|
# Window
|
|
set -g @catppuccin_window_status_style "rounded"
|
|
|
|
run ~/.config/tmux/plugins/tmux/catppuccin.tmux
|
|
|
|
## Window global/default configuration
|
|
set -g @catppuccin_window_text " #W"
|
|
set -g @catppuccin_window_status "icon"
|
|
set -g @catppuccin_window_default_fill "number"
|
|
set -g @catppuccin_window_number_position "left"
|
|
|
|
## Window current configuration
|
|
set -g @catppuccin_window_current_text " #W"
|
|
set -g @catppuccin_window_current_fill "all"
|
|
set -g @catppuccin_window_current_number_color "#{@thm_maroon}"
|
|
|
|
set -g @catppuccin_window_text_color "#{@thm_surface_0}"
|
|
set -g @catppuccin_window_number_color "#{@thm_rosewater}"
|
|
|
|
# Status
|
|
set -gF status-left ""
|
|
set -gF status-right "#{@catppuccin_status_session}"
|
|
set -agF status-right "#{@catppuccin_status_directory}"
|
|
set -agF status-right "#{@catppuccin_status_user}"
|
|
set -agF status-right "#{@catppuccin_status_host}"
|
|
set -agF status-right "#{E:@catppuccin_status_date_time}"
|