summaryrefslogtreecommitdiffstats
path: root/usecases/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'usecases/desktop')
-rw-r--r--usecases/desktop/graphical/waybar.nix9
1 files changed, 9 insertions, 0 deletions
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:
264 } 264 }
265 265
266 #custom-notification { 266 #custom-notification {
267 color: ${background};
268 background-color: ${foreground};
269 }
270
271 #custom-notification.inhibited-notification,
272 #custom-notification.inhibited-none,
273 #custom-notification.dnd-inhibited-notification,
274 #custom-notification.dnd-inhibited-none {
275 color: ${foreground};
267 background-color: ${lightBackground}; 276 background-color: ${lightBackground};
268 } 277 }
269 278