From 9fb714f9f8251f4cf438ac2c941d7dc152f86344 Mon Sep 17 00:00:00 2001 From: Natsu Kagami Date: Mon, 3 Oct 2022 13:57:30 +0200 Subject: [PATCH] Move tab list to bottom --- home/modules/programs/my-kitty/darwin.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/modules/programs/my-kitty/darwin.nix b/home/modules/programs/my-kitty/darwin.nix index 139d6dc..2209904 100644 --- a/home/modules/programs/my-kitty/darwin.nix +++ b/home/modules/programs/my-kitty/darwin.nix @@ -47,7 +47,7 @@ with lib; { settings = { # Tab settings - tab_bar_edge = "top"; + tab_bar_edge = "bottom"; tab_bar_style = "powerline"; tab_powerline_style = "slanted"; tab_title_template = "{fmt.fg.red}{bell_symbol}{activity_symbol}{fmt.fg.lightgreen}{fmt.bold}[{index}]{fmt.nobold} {fmt.fg.tab}{title}";