FEAT: Changed tmux theme to catppuccin
This commit is contained in:
parent
dc1eb8a69a
commit
37f8620d93
@ -18,15 +18,14 @@ bind v split-window -v
|
|||||||
|
|
||||||
# set Status bar options
|
# set Status bar options
|
||||||
set-option -g status-position top
|
set-option -g status-position top
|
||||||
set-window-option -g window-status-style fg=White,bg="#61f230"
|
|
||||||
set-window-option -g window-status-current-style fg=White,bg="#9aff78"
|
|
||||||
set-option -g allow-rename off
|
set-option -g allow-rename off
|
||||||
|
|
||||||
set -g @plugin 'tmux-plugins/tpm'
|
set -g @plugin 'tmux-plugins/tpm'
|
||||||
|
set -g @plugin 'catppuccin/tmux'
|
||||||
set -g @plugin 'dracula/tmux'
|
set -g @catppuccin_flavour 'macchiato'
|
||||||
set -g @dracula-plugins 'cpu-usage git ram-usage time'
|
set -g @catppuccin_status_modules_right "application session"
|
||||||
set -g @dracula-show-left-icon \uebc8
|
set -g @catppuccin_status_modules_left ""
|
||||||
|
set -s default-terminal 'xterm-256color'
|
||||||
|
|
||||||
# set some sanity options
|
# set some sanity options
|
||||||
# - This makes sure to keep the window/pane count starting at 1
|
# - This makes sure to keep the window/pane count starting at 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user