-
-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathcom.github.stsdc.monitor.gschema.xml
More file actions
80 lines (79 loc) · 3.24 KB
/
com.github.stsdc.monitor.gschema.xml
File metadata and controls
80 lines (79 loc) · 3.24 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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<enum id="com.github.stsdc.monitor.windowstate">
<value value="0" nick="normal"/>
<value value="1" nick="maximized"/>
</enum>
<schema path="/com/github/stsdc/monitor/settings/" id="com.github.stsdc.monitor.settings">
<key type='b' name="is-maximized">
<default>false</default>
<summary>Is window maximized or not</summary>
<description>Is window maximized or not</description>
</key>
<key type="i" name="window-width">
<default>800</default>
<summary>Window width</summary>
<description>Window width</description>
</key>
<key type="i" name="window-height">
<default>640</default>
<summary>Window height</summary>
<description>Window height</description>
</key>
<key type="i" name="position-x">
<default>-1</default>
<summary>Window X position</summary>
<description>Window X position</description>
</key>
<key type="i" name="position-y">
<default>-1</default>
<summary>Window Y position</summary>
<description>Window Y position</description>
</key>
<key type='b' name="indicator-state">
<default>false</default>
<summary>To show Monitor Indicator or not</summary>
<description>To show Monitor Indicator or not</description>
</key>
<key type='b' name="background-state">
<default>false</default>
<summary>To start Monitor in background or not</summary>
<description>To start Monitor in background or not</description>
</key>
<key type='b' name="indicator-cpu-state">
<default>true</default>
<summary>To show CPU usage in Monitor Indicator or not</summary>
<description>To show CPU usage in Monitor Indicator or not</description>
</key>
<key type='b' name="indicator-memory-state">
<default>true</default>
<summary>To show memory usage in Monitor Indicator or not</summary>
<description>To show memory usage in Monitor Indicator or not</description>
</key>
<key type='b' name="indicator-temperature-state">
<default>true</default>
<summary>To show temperature value in Monitor Indicator or not</summary>
<description>To show temperature value in Monitor Indicator or not</description>
</key>
<key type='b' name="indicator-network-upload-state">
<default>false</default>
<summary>To show network up bandwith data in Monitor Indicator or not</summary>
<description>To show network up bandwith in Monitor Indicator or not</description>
</key>
<key type='b' name="indicator-network-download-state">
<default>false</default>
<summary>To show network down bandwith in Monitor Indicator or not</summary>
<description>To show network down bandwith in Monitor Indicator or not</description>
</key>
<key type="s" name="opened-view">
<default>'process_view'</default>
<summary>Opened view</summary>
<description>The last opened view</description>
</key>
<key type="s" name="process-view-columns-sorting-state">
<default>'00000000'</default>
<summary>Process view columns sorting state</summary>
<description>Process view columns sorting state</description>
</key>
</schema>
</schemalist>