From f3d64128881cdeb483de44e01ca090a238d1aa34 Mon Sep 17 00:00:00 2001 From: Victor Kareh Date: Wed, 20 Aug 2025 21:54:22 -0400 Subject: themes: Display countdown on non-persistent notification messages Countdown was only visible for notifications that had action buttons. This change adds a 'show-countdown' gsetting to display it instead on all non-persisntent notifications. --- data/org.mate.NotificationDaemon.gschema.xml.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'data') diff --git a/data/org.mate.NotificationDaemon.gschema.xml.in b/data/org.mate.NotificationDaemon.gschema.xml.in index 0cd797f..a0c6cf8 100644 --- a/data/org.mate.NotificationDaemon.gschema.xml.in +++ b/data/org.mate.NotificationDaemon.gschema.xml.in @@ -41,5 +41,10 @@ Enable persistence Allow notifications to be persistent when requested by applications. + + false + Show countdown + Show countdown timer for all non-persistent notifications. If false, only show it for those waiting for user actions. + -- cgit v1.2.1