update tmux
This commit is contained in:
parent
1a5dc13cf9
commit
b70688abae
24
.tmux.conf
24
.tmux.conf
|
@ -17,12 +17,34 @@ set -g @plugin 'catppuccin/tmux'
|
|||
set -g @catppuccin_flavour 'macchiato' # or frappe, macchiato, mocha
|
||||
|
||||
set -g @catppuccin_window_tabs_enabled on # or off to disable window_tabs
|
||||
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_date_time "%Y-%m-%d %H:%M"
|
||||
|
||||
set -g @catppuccin_date_time "off"
|
||||
set -g @catppuccin_user "off"
|
||||
set -g @catppuccin_host "on"
|
||||
|
||||
set -g @catppuccin_date_time "%Y-%m-%d %H:%M"
|
||||
|
||||
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
||||
run '~/.tmux/plugins/tpm/tpm'
|
||||
# vim: ft=tmuxset -g @catppuccin_date_time "%Y-%m-%d %H:%M"
|
||||
# vim: ft=tmux
|
||||
|
|
Loading…
Reference in New Issue