From a7a0c1cc6f76b2c5d844bbbd32dad70d4f7473e8 Mon Sep 17 00:00:00 2001 From: "Eugene San (eugenesan)" Date: Sun, 6 Jun 2021 07:50:26 -0700 Subject: Allow change of time and date formats on lock screen v4 --- data/org.mate.screensaver.gschema.xml.in | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'data') diff --git a/data/org.mate.screensaver.gschema.xml.in b/data/org.mate.screensaver.gschema.xml.in index 5e2cf06..1d88ef9 100644 --- a/data/org.mate.screensaver.gschema.xml.in +++ b/data/org.mate.screensaver.gschema.xml.in @@ -75,6 +75,16 @@ Theme for lock dialog Theme to use for the lock dialog + + 'locale' + Format for time on lock dialog + Format do display the time on lock dialog. Default is 'locale' which uses default format for current locale. Custom values should be set according to g-date-time-format. Try %R for 24H format. + + + 'locale' + Format for date on lock dialog + Format do display the date on lock dialog. Default is 'locale' which uses default format for current locale. Custom values should be set according to g-date-time-format. Try %F for ISO 8601 date format. + true Allow the session status message to be displayed -- cgit v1.2.1