aboutsummaryrefslogtreecommitdiff
path: root/data/org.ayatana.indicator.datetime.gschema
blob: f51cda3cad001554625ea555defafb8a19960f18 (plain)
1
2
3
4
5
6
7
8
9
<schemalist>
	<schema id="org.ayatana.indicator.datetime" path="/apps/indicators/datetime" gettext_domain="indicator-datetime">
		<key name="IndicatorTimeFormat" type="s">
			<default>%l:%M %p</default>
			<summary>The format string passed to strftime</summary>
			<description>The format of the time and/or date that is visible on the panel when using the indicator.  For most users this will be a set of predefined values as determined by the configuration utility, but advanced users can change it to anything strftime can accept.  Look at the man page on strftime for more information.</description>
		</key>
	</schema>
</schemalist>