From 53cbd9026258b75e27d317f5cb0adb2726cadd4e Mon Sep 17 00:00:00 2001 From: RGBCube Date: Thu, 9 Nov 2023 18:47:15 +0300 Subject: [PATCH] Use powerline instead --- machines/enka/kitty/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/enka/kitty/default.nix b/machines/enka/kitty/default.nix index 936a89a..28c4639 100644 --- a/machines/enka/kitty/default.nix +++ b/machines/enka/kitty/default.nix @@ -42,7 +42,7 @@ homeConfiguration "nixos" { selection_foreground = "#" + theme.background; tab_bar_edge = "top"; - tab_bar_style = "slant"; + tab_bar_style = "powerline"; active_tab_background = "#" + theme.background; active_tab_foreground = "#" + theme.foreground;