Skip to content

Commit

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

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-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

0 comments on commit 231ed37

Please sign in to comment.