diff options
author | sinanmohd <sinan@sinanmohd.com> | 2025-06-05 10:03:30 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2025-06-05 10:03:30 +0530 |
commit | e112181c35f3ad6d9469448d487bee668dd19b0b (patch) | |
tree | 54081dfcc73819b70bef6536f4ad5234f0cc9259 /home | |
parent | 43dc9e53b7a0d264536d2b0bc34e8f497344a043 (diff) |
home/wayland/foot: set transparency
Diffstat (limited to 'home')
-rw-r--r-- | home/wayland/modules/foot.nix | 5 |
1 files changed, 4 insertions, 1 deletions
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"; |