From e112181c35f3ad6d9469448d487bee668dd19b0b Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Thu, 5 Jun 2025 10:03:30 +0530 Subject: home/wayland/foot: set transparency --- home/wayland/modules/foot.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'home') diff --git a/home/wayland/modules/foot.nix b/home/wayland/modules/foot.nix index 0b12ac5..ad8531a 100644 --- a/home/wayland/modules/foot.nix +++ b/home/wayland/modules/foot.nix @@ -9,7 +9,10 @@ in { enable = true; settings = { - colors.background = "000000"; + colors = { + background = "000000"; + alpha = "0.8"; + }; main = { inherit font; pad = "10x10"; -- cgit v1.2.3