apps: tmux: switch to catppuchini theme

This commit is contained in:
2023-05-19 09:54:52 +02:00
parent fe44ec6752
commit b7ac0bfc5f

View File

@@ -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 = ''