32 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| set-option -g status-position top
 | |
| 
 | |
| 
 | |
| set -g @catppuccin_flavor "macchiato"
 | |
| set -g @catppuccin_window_status_style "rounded"
 | |
| 
 | |
| set -g @catppuccin_pane_status_enabled "yes" # set to "yes" to enable
 | |
| set -g @catppuccin_pane_border_status "yes" # set to "yes" to enable
 | |
| 
 | |
| set -g @catppuccin_window_left_separator ""
 | |
| set -g @catppuccin_window_right_separator " "
 | |
| set -g @catppuccin_window_middle_separator " █"
 | |
| set -g @catppuccin_window_number_position "right"
 | |
| 
 | |
| set -g @catppuccin_window_default_fill "number"
 | |
| set -g @catppuccin_window_default_text "#W"
 | |
| 
 | |
| set -g @catppuccin_window_current_fill "number"
 | |
| 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}"
 | |
| 
 | |
| set -g @catppuccin_window_current_text "#{window_name}"
 | |
| set -g @catppuccin_window_default_text "#{window_name}"
 |