From c5184d62dab8330f2d2f3dc1f17712e986946c46 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Sat, 26 Jul 2025 23:16:21 +0200 Subject: [PATCH] feat: make kitty more transparent as that works better with the bar --- 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 cac7f8c..3f20039 100644 --- a/modules/home/kitty.nix +++ b/modules/home/kitty.nix @@ -12,7 +12,7 @@ settings = { confirm_os_window_close = 0; - background_opacity = "0.75"; + background_opacity = "0.25"; window_padding_width = 10; scrollback_lines = 10000; enable_audio_bell = false;