From 1a57ce180b488e5f0065b409e4cc47a76fb572a5 Mon Sep 17 00:00:00 2001 From: 514fpv Date: Fri, 19 Apr 2024 09:24:37 +0800 Subject: [PATCH] home(foot): enable terminal transparency --- home/foot/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/foot/home.nix b/home/foot/home.nix index 87c6f7fa..80325207 100644 --- a/home/foot/home.nix +++ b/home/foot/home.nix @@ -6,5 +6,6 @@ enable = true; settings.main.term = "xterm-256color"; settings.main.font = "DejaVu Sans Mono:size=11"; + settings.colors.alpha = 0.8; }; }