From 6bbdf1ba8d8c8a9e3ff66edb6912ef8179b6d805 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 16 Dec 2025 06:17:11 -0800 Subject: tweak kitty and eza --- home/profiles/eza.nix | 4 ++-- home/profiles/kitty.nix | 8 ++++++-- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'home/profiles') diff --git a/home/profiles/eza.nix b/home/profiles/eza.nix index f71b9b6..0952201 100644 --- a/home/profiles/eza.nix +++ b/home/profiles/eza.nix @@ -2,15 +2,15 @@ { programs.eza = { enable = true; - icons = "never"; + icons = "auto"; colors = "always"; git = true; + # I setup my own aliases enableFishIntegration = false; extraOptions = [ "--group-directories-first" "--no-quotes" "--git-ignore" - "--icons=never" ]; }; diff --git a/home/profiles/kitty.nix b/home/profiles/kitty.nix index f5fceeb..8bfcf0c 100644 --- a/home/profiles/kitty.nix +++ b/home/profiles/kitty.nix @@ -5,9 +5,13 @@ themeFile = "Modus_Operandi_Tinted"; settings = { copy_on_select = "yes"; + bold_font = "auto"; + italic_font = "auto"; + bold_italic_font = "auto"; + window_padding_width = "3 10"; enable_audio_bell = "no"; - window_padding_width = 5; - tab_title_template = "{index}{title}"; + tab_bar_edge = "bottom"; + tab_title_template = "{title}{' :{}:'.format(num_windows) if num_windows > 1 else ''}"; tab_bar_style = "powerline"; font_family = "Source Code Pro"; font_size = "15.0"; -- cgit v1.2.3