summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2025-09-13 17:46:24 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2025-09-13 17:46:24 +0200
commit73cabb175001919aa9a82defdd6cc5e58a5a4121 (patch)
tree1383c9f5df11668ebc6ce1a6db84a1639f641446
parentf9810413c6aff247b63d8321812a98f204eb0b49 (diff)
downloadnixos-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.qml1
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 }