-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathcom.github.vikdevelop.timer.gschema.xml
More file actions
84 lines (84 loc) · 3.02 KB
/
com.github.vikdevelop.timer.gschema.xml
File metadata and controls
84 lines (84 loc) · 3.02 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<?xml version="1.0" encoding="utf-8"?>
<schemalist>
<schema id="com.github.vikdevelop.timer" path="/com/github/vikdevelop/timer/">
<key name="window-size" type="(ii)">
<default>(395,485)</default>
<summary>Window size</summary>
</key>
<key name="maximized" type="b">
<default>false</default>
<summary>Window maximize state</summary>
</key>
<key name="play-beep" type="b">
<default>true</default>
<summary>Play beep switch</summary>
</key>
<key name="show-notification-icon" type="b">
<default>true</default>
<summary>Show notification icon switch</summary>
</key>
<key name="use-in-alarm-clock" type="b">
<default>false</default>
<summary>Use notification text in alarm clock dialog</summary>
</key>
<key name="vertical-time-text" type="b">
<default>false</default>
<summary>Show vertical time text in countdown page</summary>
</key>
<key name="show-appname" type="b">
<default>true</default>
<summary>Show app name in notification</summary>
</key>
<key name="save-expander-row" type="b">
<default>false</default>
<summary>Save Expander row position</summary>
</key>
<key name="action" type="s">
<choices>
<choice value="default"/>
<choice value="Shut down"/>
<choice value="Reboot"/>
<choice value="Suspend"/>
<choice value="Play alarm clock"/>
</choices>
<default>"default"</default>
<summary>Action after finished timer</summary>
</key>
<key name="notification-text" type="s">
<default>''</default>
<summary>Notification text</summary>
</key>
<key name="hours" type="i">
<default>0</default>
<summary>Hour entry</summary>
</key>
<key name="mins" type="i">
<default>1</default>
<summary>Minutes entry</summary>
</key>
<key name="seconds" type="i">
<default>0</default>
<summary>Seconds entry</summary>
</key>
<key name="hours-shortcut" type="i">
<default>0</default>
<summary>Hour entry</summary>
</key>
<key name="mins-shortcut" type="i">
<default>1</default>
<summary>Minutes entry</summary>
</key>
<key name="seconds-shortcut" type="i">
<default>0</default>
<summary>Seconds entry</summary>
</key>
<key name="shortcut-name" type="s">
<default>''</default>
<summary>Shortcut name</summary>
</key>
<key name="sound-file" type="s">
<default>'/app/src/beeps/Oxygen-Im-Phone-Ring.ogg'</default>
<summary>Select the sound file</summary>
</key>
</schema>
</schemalist>