From fd8550821719598a70173ad5e9ec1efe38ce8ce0 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Sun, 1 Oct 2023 13:12:33 -0500 Subject: [PATCH] Fix kitty tab format --- home/user.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/user.nix b/home/user.nix index 2cfad97..282dc04 100644 --- a/home/user.nix +++ b/home/user.nix @@ -454,9 +454,9 @@ in "tab_bar_align" = "center"; "tab_bar_style" = "separator"; - "tab_separator" = ""; + "tab_separator" = ''""''; "tab_bar_edge" = "top"; - "tab_title_template" = ''{fmt.fg.tab}{fmt.bg.tab} {activity_symbol}{title}''; + "tab_title_template" = ''"{fmt.fg.tab}{fmt.bg.tab} {activity_symbol}{title} "''; "active_tab_font_style" = "normal"; ## name: Catppuccin Kitty Mocha