diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2025-09-13 17:46:24 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2025-09-13 17:46:24 +0200 |
commit | 73cabb175001919aa9a82defdd6cc5e58a5a4121 (patch) | |
tree | 1383c9f5df11668ebc6ce1a6db84a1639f641446 | |
parent | f9810413c6aff247b63d8321812a98f204eb0b49 (diff) | |
download | nixos-73cabb175001919aa9a82defdd6cc5e58a5a4121.tar nixos-73cabb175001919aa9a82defdd6cc5e58a5a4121.tar.gz nixos-73cabb175001919aa9a82defdd6cc5e58a5a4121.tar.bz2 nixos-73cabb175001919aa9a82defdd6cc5e58a5a4121.tar.xz nixos-73cabb175001919aa9a82defdd6cc5e58a5a4121.zip |
...
-rw-r--r-- | accounts/gkleen@sif/shell/quickshell/NotificationInhibitorWidget.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/shell/quickshell/NotificationInhibitorWidget.qml b/accounts/gkleen@sif/shell/quickshell/NotificationInhibitorWidget.qml index 26ac4bde..b58467b3 100644 --- a/accounts/gkleen@sif/shell/quickshell/NotificationInhibitorWidget.qml +++ b/accounts/gkleen@sif/shell/quickshell/NotificationInhibitorWidget.qml | |||
@@ -48,6 +48,7 @@ Item { | |||
48 | if (NotificationManager.displayInhibited) | 48 | if (NotificationManager.displayInhibited) |
49 | return "white"; | 49 | return "white"; |
50 | return "#555"; | 50 | return "#555"; |
51 | } | ||
51 | } | 52 | } |
52 | } | 53 | } |
53 | } | 54 | } |