Update tmux, p10k with rosepine colorschemes

This commit is contained in:
2026-03-28 19:59:01 -07:00
parent 636e4265aa
commit c0b9902d2e
4 changed files with 50 additions and 12 deletions

View File

@@ -46,11 +46,13 @@ bind-key ] paste-buffer
bind-key -T copy-mode-vi Enter send-keys -X copy-pipe-and-cancel 'wl-copy --foreground'
bind-key -T copy-mode-vi v send-keys -X begin-selection
# Status Bar
# Status Bar (Rosé Pine)
set-option -g status-interval 1
set-option -g status-style 'fg=#908caa,bg=#26233a'
set-option -g status-left ''
set-option -g status-right '%H:%M '
set -g window-status-current-style 'fg=black,bg=blue'
set-option -g status-right '#[fg=#191724,bg=#c4a7e7] %H:%M '
set -g window-status-format '#[fg=#908caa,bg=#26233a] #I:#W '
set -g window-status-current-format '#[fg=#191724,bg=#9ccfd8,bold] #I:#W '
# Set window notifications
setw -g monitor-activity on
@@ -62,7 +64,7 @@ set-option -g repeat-time 0
# From tmux-sensible
set -s escape-time 0
set -g history-limit 50000
set -g display-time 4000
set -g display-time 750
set -g default-terminal "screen-256color"
set -g extended-keys on
set -as terminal-features ",screen-256color:extkeys"