From f9a39b44803e6347c72c1edd8ba46f633e99dd57 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Sun, 8 Nov 2020 13:50:13 +0100 Subject: Rewrite to indicator-ng, simplify, drop all GTK references, move to CMake fixes #9, fixes #12 --- ....ayatana.indicator.notifications.gschema.xml.in | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 data/org.ayatana.indicator.notifications.gschema.xml.in (limited to 'data/org.ayatana.indicator.notifications.gschema.xml.in') diff --git a/data/org.ayatana.indicator.notifications.gschema.xml.in b/data/org.ayatana.indicator.notifications.gschema.xml.in new file mode 100644 index 0000000..b85f14b --- /dev/null +++ b/data/org.ayatana.indicator.notifications.gschema.xml.in @@ -0,0 +1,25 @@ + + + + [] + <_summary>Discard notifications by application name + <_description>If an application name is in the filter list, all notifications matching the application name will be discarded. + + + [] + Recent application names to suggest for the filter list + Keeps track of recent application names so we can suggest them in the settings. + + + false + Enable do-not-disturb mode + On supported desktops enables do-not-disturb mode on the notification daemon. + + + + 5 + <_summary>Maximum number of visible items + <_description>The indicator will only display at most the number of notifications indicated by this value. + + + -- cgit v1.2.3