summaryrefslogtreecommitdiff
path: root/home/wayland
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2025-06-05 10:03:30 +0530
committersinanmohd <sinan@sinanmohd.com>2025-06-05 10:03:30 +0530
commite112181c35f3ad6d9469448d487bee668dd19b0b (patch)
tree54081dfcc73819b70bef6536f4ad5234f0cc9259 /home/wayland
parent43dc9e53b7a0d264536d2b0bc34e8f497344a043 (diff)
home/wayland/foot: set transparency
Diffstat (limited to 'home/wayland')
-rw-r--r--home/wayland/modules/foot.nix5
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";