From 2a771eb75c696527b1d491ce4b1101bcaca3335b Mon Sep 17 00:00:00 2001 From: zoe Date: Sun, 30 Oct 2022 11:13:33 +0100 Subject: [PATCH] make kitty config nicer --- kitty/settings.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/kitty/settings.nix b/kitty/settings.nix index 52f9d99..f44f1c2 100644 --- a/kitty/settings.nix +++ b/kitty/settings.nix @@ -11,6 +11,12 @@ # performance sync_to_monitor = true; + + # tabs + ## look + tab_bar_style = "separator"; + tab_separator = " | "; + active_tab_title_template = "❯ {bell_symbol}{activity_symbol}{fmt.fg.tab}{title}"; }; font = { name = "CaskaydiaCove Nerd Font Mono";