From 06713a2e7c9ba1cf3e9d557fe9dd2370cb1af85d Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sun, 24 Mar 2024 05:00:08 -0400 Subject: [PATCH] mako: added transparency --- home/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/hyprland.nix b/home/hyprland.nix index 0cf8a113..009b7815 100644 --- a/home/hyprland.nix +++ b/home/hyprland.nix @@ -21,7 +21,7 @@ services.mako = { enable = true; font = "DroidSansM Nerd Font Mono 11"; - backgroundColor = "#000000"; + backgroundColor = "#00000080"; textColor = "#FFFFFF"; borderRadius = 10; defaultTimeout = 10000;