Skip to content

Commit

Permalink
feat(tmux): Update tmux styling
Browse files Browse the repository at this point in the history
  • Loading branch information
nickrodgers42 committed Jul 29, 2024
1 parent 50f8fc2 commit 988d1a9
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion tmux/.tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,37 @@ set -g @plugin 'tmux-plugins/tpm'
# set -g @plugin 'wfxr/tmux-power'
# set -g @tmux_power_theme 'moon'
set -g @plugin 'catppuccin/tmux'
set -g @plugin 'tmux-plugins/tmux-cpu'
set -g @catppuccin_flavour 'mocha'
set -g @catppuccin_window_tabs_enabled on # or off to disable window_tabs

run '~/.tmux/plugins/tpm/tpm'
set-option -g default-terminal "screen-256color"
set-option -g focus-events on
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 "#(echo #{b:pane_current_path} | sed \"s#$(basename $HOME)#~#g\")"

set -g @catppuccin_window_current_fill "number"
set -g @catppuccin_window_current_text "#(echo #{b:pane_current_path} | sed \"s#$(basename $HOME)#~#g\")"

set -g @catppuccin_status_modules_right "application user host session cpu"
set -g @catppuccin_status_left_separator ""
set -g @catppuccin_status_right_separator ""
set -g @catppuccin_status_fill "icon"
set -g @catppuccin_status_connect_separator "no"

set -g @catppuccin_directory_text "#(echo #{pane_current_path} | sed 's#$HOME#~#g')"

set -g @catppuccin_icon_window_last "󰖰"
set -g @catppuccin_icon_window_current "󰖯"
set -g @catppuccin_icon_window_zoom "󰁌"
set -g @catppuccin_icon_window_mark "󰃀"
set -g @catppuccin_icon_window_silent "󰂛"
set -g @catppuccin_icon_window_activity "󱅫"
set -g @catppuccin_icon_window_bell "󰂞"

run '~/.tmux/plugins/tpm/tpm'

0 comments on commit 988d1a9

Please sign in to comment.