From a1a6ebb5b7c9ac9b7102e784f4ba31500df4f7eb Mon Sep 17 00:00:00 2001 From: mat ess Date: Mon, 21 Nov 2022 17:08:24 -0500 Subject: [PATCH] Tweak kitty style --- home/kitty.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/kitty.nix b/home/kitty.nix index 4c801af..b431049 100644 --- a/home/kitty.nix +++ b/home/kitty.nix @@ -56,8 +56,8 @@ in # Tab bar tab_bar_edge = "top"; tab_bar_style = "powerline"; - tab_powerline_style = "slanted"; - tab_title_template = "Tab {index}: {title}"; + tab_powerline_style = "angled"; + tab_title_template = "{index}: {title}"; active_tab_font_style = "bold"; inactive_tab_font_style = "normal"; tab_activity_symbol = "💬";