-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOptions.xml
More file actions
31 lines (31 loc) · 1 KB
/
Options.xml
File metadata and controls
31 lines (31 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0"?>
<!--
SimpleClock by Dennis Tomas, based on:
MiniClock v. 2.0.0 - a very very simple clock
Copyright (C) 2005 Edoardo Spadolini <pedonzolo@email.it>
-->
<options>
<section title="Display">
<frame label="Format">
<frame label="Clock">
<menu name="line">
<item value="%x" label="Date"/>
<item value="%X" label="Time"/>
<item value="%c" label="Date and Time"/>
</menu>
<toggle name="textual_line" label="Textual description"/>
</frame>
<frame label="Tooltip">
<menu name="tip">
<item value="%x" label="Date"/>
<item value="%X" label="Time"/>
<item value="%c" label="Date and Time"/>
</menu>
<toggle name="textual_tip" label="Textual description"/>
</frame>
</frame>
<frame label="Set Time">
<entry name='set_program' label='Command to set time and date:'>Command you'll use to set the time.</entry>
</frame>
</section>
</options>