add tab styling to kitty

This commit is contained in:
uku 2023-11-27 14:30:15 +01:00
parent dd10a650cc
commit f971f231ac
Signed by: uku
GPG key ID: 7D01D7B105E77166

View file

@ -7,5 +7,12 @@
}; };
shellIntegration.enableFishIntegration = true; shellIntegration.enableFishIntegration = true;
theme = "Catppuccin-Macchiato"; theme = "Catppuccin-Macchiato";
extraConfig = ''
tab_bar_edge bottom
tab_bar_style powerline
tab_powerline_style slanted
tab_title_template {title}{' :{}:'.format(num_windows) if num_windows > 1 else '\'
'';
}; };
} }