From c4f6ce759b8b5f85d408cae096bb4a0574838b11 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Fri, 30 Aug 2024 13:20:06 +0200 Subject: [PATCH] fix: set `tab_powerline_style` to correct value (`"slanted"`) --- modules/home/kitty.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/kitty.nix b/modules/home/kitty.nix index 29cdb6e..8b253a3 100644 --- a/modules/home/kitty.nix +++ b/modules/home/kitty.nix @@ -23,7 +23,7 @@ active_tab_font_style = "normal"; inactive_tab_font_style = "normal"; tab_bar_style = "powerline"; - tab_powerline_style = "block"; + tab_powerline_style = "slanted"; active_tab_foreground = "#1e1e2e"; active_tab_background = "#cba6f7"; inactive_tab_foreground = "#bac2de";