From bcec31aba86059f06d988f0b8796be5a45d80b29 Mon Sep 17 00:00:00 2001 From: cy Date: Wed, 18 Dec 2024 00:57:31 -0500 Subject: [PATCH] fix mako bg --- home/yt/ytnix.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/yt/ytnix.nix b/home/yt/ytnix.nix index 0b81c4e..4c46dab 100644 --- a/home/yt/ytnix.nix +++ b/home/yt/ytnix.nix @@ -119,8 +119,9 @@ borderRadius = 10; font = "DejaVu Sans Mono 11"; padding = "10"; - textColor = "#777777"; + textColor = "#ffffff"; extraConfig = '' + [urgency=high] background-color=#c00000 border-color=#ff0000 '';