summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/org.mate.NotificationDaemon.gschema.xml.in21
-rw-r--r--data/org.mate.applets.MateNotificationApplet.desktop.in.in4
2 files changed, 23 insertions, 2 deletions
diff --git a/data/org.mate.NotificationDaemon.gschema.xml.in b/data/org.mate.NotificationDaemon.gschema.xml.in
index 17ea761..80beac4 100644
--- a/data/org.mate.NotificationDaemon.gschema.xml.in
+++ b/data/org.mate.NotificationDaemon.gschema.xml.in
@@ -30,5 +30,26 @@
<summary>Do not disturb</summary>
<description>When enabled, notifications are not shown.</description>
</key>
+ <key name="default-timeout" type="i">
+ <range min="0" max="300000"/>
+ <default>7000</default>
+ <summary>Default timeout</summary>
+ <description>Default timeout for notifications in milliseconds. Use 0 for no timeout (persistent).</description>
+ </key>
+ <key name="enable-persistence" type="b">
+ <default>true</default>
+ <summary>Enable persistence</summary>
+ <description>Allow notifications to be persistent when requested by applications.</description>
+ </key>
+ <key name="show-countdown" type="b">
+ <default>false</default>
+ <summary>Show countdown</summary>
+ <description>Show countdown timer for all non-persistent notifications. If false, only show it for those waiting for user actions.</description>
+ </key>
+ <key name="history-enabled" type="b">
+ <default>true</default>
+ <summary>Enable notification history</summary>
+ <description>When enabled, notifications are stored in history for later viewing. When disabled, no notification history is kept for privacy. Note: This only controls MATE's notification daemon storage; other applications may still have access to notifications through system logs or other means.</description>
+ </key>
</schema>
</schemalist>
diff --git a/data/org.mate.applets.MateNotificationApplet.desktop.in.in b/data/org.mate.applets.MateNotificationApplet.desktop.in.in
index 5b7c538..a335cf7 100644
--- a/data/org.mate.applets.MateNotificationApplet.desktop.in.in
+++ b/data/org.mate.applets.MateNotificationApplet.desktop.in.in
@@ -6,8 +6,8 @@ Name=Mate Notification Applet Factory
Description=Mate Notification Applet Factory
[MateNotificationApplet]
-Name=Do Not Disturb
-Description=Activate the do not disturb mode.
+Name=Notification Status
+Description=Monitor and control notification status.
# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
Icon=mate-notification-properties
MateComponentId=OAFIID:MATE_Panel_Notification_Applet