diff options
-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"; |