diff options
author | Minijackson <minijackson@riseup.net> | 2024-08-04 18:44:23 +0200 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2024-08-04 18:44:23 +0200 |
commit | c6341bd4f613de7498b355961ab49d7fa2e439ec (patch) | |
tree | 8614068f94efa86c12b6c3683310ffcc309f95c3 /usecases | |
parent | 7a467ff1e834b0ca9af5b93c329c472365c46e48 (diff) | |
download | nixos-config-reborn-c6341bd4f613de7498b355961ab49d7fa2e439ec.tar.gz nixos-config-reborn-c6341bd4f613de7498b355961ab49d7fa2e439ec.zip |
usecases/waybar: change notif module color if inhibited
Diffstat (limited to 'usecases')
-rw-r--r-- | usecases/desktop/graphical/waybar.nix | 9 |
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 | ||