forked from irl/nix-configs
feat: rounded tmux and vim status
This commit is contained in:
parent
87219d0a5a
commit
6c4495ba95
2 changed files with 19 additions and 5 deletions
|
@ -0,0 +1,11 @@
|
|||
set -g default-terminal "tmux-256color"
|
||||
|
||||
# Configure the catppuccin plugin
|
||||
set -g @catppuccin_flavor "mocha"
|
||||
set -g @catppuccin_window_status_style "rounded"
|
||||
|
||||
# Make the status line pretty and add some modules
|
||||
set -g status-right-length 100
|
||||
set -g status-left-length 100
|
||||
set -g status-left ""
|
||||
set -g status-right "#{E:@catppuccin_status_application}"
|
Loading…
Add table
Add a link
Reference in a new issue