Skip to content

Commit

Permalink
adjust tmux
Browse files Browse the repository at this point in the history
  • Loading branch information
zy9306 committed Sep 29, 2024
1 parent cfc6c4e commit 5245720
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions dotfiles/tmux/.tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@

set-environment -g PATH "/usr/local/bin:/bin:/usr/bin"

# theme
set -g @plugin 'catppuccin/tmux'

set -g @catppuccin_flavor 'latte'
set -g @catppuccin_window_status "icon"

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_text "#W #{b:pane_current_path}"
set -g @catppuccin_window_current_text "#W #{b:pane_current_path}"

set-window-option -g window-status-activity-style bg=white
set-window-option -g window-status-activity-style fg=white

# init tpm
set -g @plugin 'tmux-plugins/tpm'

Expand Down
Binary file modified dotfiles/tmux/.tmux.tar.gz
Binary file not shown.

0 comments on commit 5245720

Please sign in to comment.