♻️ Continue moving to fish
This commit is contained in:
parent
6b38765a23
commit
3a892978bf
4 changed files with 9 additions and 7 deletions
|
@ -244,9 +244,9 @@ main()
|
|||
|
||||
"$DOT/homebrew/brew.sh"
|
||||
|
||||
"$DOT/git/install.sh"
|
||||
"$DOT/git/git.sh"
|
||||
|
||||
"$DOT/fish/install.sh"
|
||||
"$DOT/fish/fish.sh"
|
||||
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
|
||||
|
|
|
@ -9,10 +9,10 @@ set -g @plugin 'Morantron/tmux-fingers'
|
|||
# catppuccin
|
||||
set -g @catppuccin_flavour 'mocha'
|
||||
|
||||
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_left_separator " "
|
||||
set -g @catppuccin_window_right_separator ""
|
||||
set -g @catppuccin_window_middle_separator "█ "
|
||||
set -g @catppuccin_window_number_position "left"
|
||||
|
||||
set -g @catppuccin_window_default_fill "number"
|
||||
set -g @catppuccin_window_default_text "#W"
|
||||
|
@ -20,7 +20,8 @@ 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_modules_left "directory"
|
||||
set -g @catppuccin_status_modules_right "user host session date_time"
|
||||
set -g @catppuccin_status_left_separator " "
|
||||
set -g @catppuccin_status_right_separator ""
|
||||
set -g @catppuccin_status_right_separator_inverse "no"
|
||||
|
@ -28,6 +29,7 @@ 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_text "%b %d • %I:%M %p"
|
||||
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
|
||||
|
|
Loading…
Reference in a new issue