♻️ Continue moving to fish

This commit is contained in:
Marley Rae 2024-01-28 19:32:30 -08:00
parent 6b38765a23
commit 3a892978bf
4 changed files with 9 additions and 7 deletions

View file

@ -244,9 +244,9 @@ main()
"$DOT/homebrew/brew.sh" "$DOT/homebrew/brew.sh"
"$DOT/git/install.sh" "$DOT/git/git.sh"
"$DOT/fish/install.sh" "$DOT/fish/fish.sh"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

View file

@ -9,10 +9,10 @@ set -g @plugin 'Morantron/tmux-fingers'
# catppuccin # catppuccin
set -g @catppuccin_flavour 'mocha' set -g @catppuccin_flavour 'mocha'
set -g @catppuccin_window_left_separator "" set -g @catppuccin_window_left_separator " "
set -g @catppuccin_window_right_separator " " set -g @catppuccin_window_right_separator ""
set -g @catppuccin_window_middle_separator " █" set -g @catppuccin_window_middle_separator "█ "
set -g @catppuccin_window_number_position "right" set -g @catppuccin_window_number_position "left"
set -g @catppuccin_window_default_fill "number" set -g @catppuccin_window_default_fill "number"
set -g @catppuccin_window_default_text "#W" 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_fill "number"
set -g @catppuccin_window_current_text "#W" 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_left_separator " "
set -g @catppuccin_status_right_separator "" set -g @catppuccin_status_right_separator ""
set -g @catppuccin_status_right_separator_inverse "no" 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_status_connect_separator "no"
set -g @catppuccin_directory_text "#{pane_current_path}" set -g @catppuccin_directory_text "#{pane_current_path}"
set -g @catppuccin_date_time_text "%b %d • %I:%M %p"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -