From c6341bd4f613de7498b355961ab49d7fa2e439ec Mon Sep 17 00:00:00 2001 From: Minijackson Date: Sun, 4 Aug 2024 18:44:23 +0200 Subject: usecases/waybar: change notif module color if inhibited --- usecases/desktop/graphical/waybar.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'usecases') diff --git a/usecases/desktop/graphical/waybar.nix b/usecases/desktop/graphical/waybar.nix index bad1e09..6e6620c 100644 --- a/usecases/desktop/graphical/waybar.nix +++ b/usecases/desktop/graphical/waybar.nix @@ -264,6 +264,15 @@ inputs: } #custom-notification { + color: ${background}; + background-color: ${foreground}; + } + + #custom-notification.inhibited-notification, + #custom-notification.inhibited-none, + #custom-notification.dnd-inhibited-notification, + #custom-notification.dnd-inhibited-none { + color: ${foreground}; background-color: ${lightBackground}; } -- cgit v1.2.3