diff --git a/programs/kitty.nix b/programs/kitty.nix index fa5b0af..1ee4966 100644 --- a/programs/kitty.nix +++ b/programs/kitty.nix @@ -7,5 +7,12 @@ }; shellIntegration.enableFishIntegration = true; 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 '\' + ''; }; }