diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/org.mate.screensaver.gschema.xml.in | 10 |
1 files changed, 10 insertions, 0 deletions
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 @@ <summary>Theme for lock dialog</summary> <description>Theme to use for the lock dialog</description> </key> + <key name="lock-dialog-time-format" type="s"> + <default>'locale'</default> + <summary>Format for time on lock dialog</summary> + <description>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.</description> + </key> + <key name="lock-dialog-date-format" type="s"> + <default>'locale'</default> + <summary>Format for date on lock dialog</summary> + <description>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. </description> + </key> <key name="status-message-enabled" type="b"> <default>true</default> <summary>Allow the session status message to be displayed</summary> |