apps: tmux: switch to catppuchini theme
This commit is contained in:
parent
fe44ec6752
commit
b7ac0bfc5f
@ -20,12 +20,20 @@
|
||||
yank
|
||||
sidebar
|
||||
{
|
||||
plugin = dracula;
|
||||
extraConfig = "
|
||||
set -g @dracula-show-powerline true
|
||||
set -g @dracula-plugins 'git cpu-usage ram-usage battery time'
|
||||
set -g @dracula-border-contrast true
|
||||
";
|
||||
# plugin = dracula;
|
||||
# extraConfig = "
|
||||
# set -g @dracula-show-powerline true
|
||||
# set -g @dracula-plugins 'git cpu-usage ram-usage battery time'
|
||||
# set -g @dracula-border-contrast true
|
||||
# ";
|
||||
plugin = catppuccin;
|
||||
extraConfig = "
|
||||
set -g @catppuccin_flavour 'macchiato'
|
||||
set -g @catppuccin_window_tabs_enabled 'on'
|
||||
set -g @catppuccin_host 'on'
|
||||
set -g @catppuccin_user 'on'
|
||||
set -g @catppuccin_date_time '%Y-%m-%d %H:%M'
|
||||
";
|
||||
}
|
||||
];
|
||||
extraConfig = ''
|
||||
|
Loading…
Reference in New Issue
Block a user