forked from KrispyCamel4u/SysMonTask
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcom.github.camelneeraj.sysmontask.gschema.xml
More file actions
49 lines (40 loc) · 1.71 KB
/
com.github.camelneeraj.sysmontask.gschema.xml
File metadata and controls
49 lines (40 loc) · 1.71 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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema path="/com/github/camelneeraj/sysmontask/" id="com.github.camelneeraj.sysmontask">
<key name="window-position" type="(ii)">
<default>(500, 200)</default>
<summary>Window position</summary>
<description>Most recent window position (x, y)</description>
</key>
<key name="window-size" type="(ii)">
<default>(990, 600)</default>
<summary>Most recent window size</summary>
<description>Most remain_windowcent window size (width, height)</description>
</key>
<key name="current-tab" type="i">
<range min="0" max="1"/>
<default>0</default>
<summary>Saves the currently viewed tab 0=processes, 1=performance</summary>
</key>
<key type="aas" name="process-filter">
<default>[['False',',root,','1','False']]</default>
<summary>List of filtering words</summary>
<description>A list of Filtering words in format [['google','neeraj','cmdline'],],</description>
</key>
<key name="version-int" type="i">
<default>1</default>
<summary>for showing whats new one time</summary>
<description>for showing whats new one time</description>
</key>
<key name="hidden-device-list" type='as'>
<default>[]</default>
<summary> Store the permanent device list which need to hidden </summary>
<description> same as summary</description>
</key>
<key name="color-profile" type='a(ddd)'>
<default>[(.384,.749,1.0),(.627,.196,.788),(.109,.670,.0588),(.709,.164,.164),(.384,.749,1.0)]</default>
<summary> Store the color profile for the devices</summary>
<description> same as summary</description>
</key>
</schema>
</schemalist>