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 = "💬";