From f971f231acbefdc9f111fa9009e0439fe22e6176 Mon Sep 17 00:00:00 2001 From: uku Date: Mon, 27 Nov 2023 14:30:15 +0100 Subject: [PATCH] add tab styling to kitty --- programs/kitty.nix | 7 +++++++ 1 file changed, 7 insertions(+) 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 '\' + ''; }; }