sync: from WSL

This commit is contained in:
js0ny 2024-12-19 20:09:50 +00:00
parent 7d220c3873
commit 85f6d8799c
5 changed files with 25 additions and 8 deletions

View file

@ -9,7 +9,7 @@ bind C-a send-prefix
# Options
set-option -g mouse on
set-option -g default-terminal "screen-256color"
set-option -g default-terminal "tmux-256color"
set-option -g allow-rename on
set-option -g alternate-screen on
set-option -g visual-activity on
@ -54,8 +54,17 @@ bind ` resize-pane -Z
# Status Bar
# -----------------
# set -g status-position top
# set-option -g status-bg black
# set-option -g status-fg white
# set-option -g status-left '#[fg=green][#S] '
# setw -g window-status-current-format '#[fg=colour236,bg=colour39] #I #W '
set -g status-position top
set-option -g status-bg black
set-option -g status-fg white
set-option -g status-left '#[fg=green][#S] '
setw -g window-status-current-format '#[fg=colour236,bg=colour39] #I #W '
set -g @catppuccin_flavor "frappe"
run ~/.config/tmux/plugins/catppuccin/tmux/catppuccin.tmux
set -g status-right-length 100
set -g status-left-length 100
set -g status-left ""
set -g status-right "#{E:@catppuccin_status_application}"
set -ag status-right "#{E:@catppuccin_status_session}"