summaryrefslogtreecommitdiff
path: root/raveos-gnome-theme/theme-data/extensions/installed/Vitals@CoreCoding.com/schemas/org.gnome.shell.extensions.vitals.gschema.xml
blob: fef102db5ade07605580bbee9c5b12a9c190ec45 (plain)
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="gnome-shell-extensions">
  <schema id="org.gnome.shell.extensions.vitals" path="/org/gnome/shell/extensions/vitals/">
    <key name="hot-sensors" type="as">
      <default>['_memory_usage_', '_system_load_1m_', '__network-rx_max__']</default>
      <summary>Sensors to show in panel</summary>
      <description>List of sensors to be shown in the panel</description>
    </key>
    <key type="i" name="update-time">
      <default>5</default>
      <summary>Seconds between updates</summary>
      <description>Delay between sensor polling</description>
    </key>
    <key type="i" name="position-in-panel">
      <default>2</default>
      <summary>Position in panel</summary>
      <description>Position in Panel ('left', 'center', 'right')</description>
    </key>
    <key type="b" name="use-higher-precision">
      <default>false</default>
      <summary>Use higher precision</summary>
      <description>Show one extra digit after decimal</description>
    </key>
    <key type="b" name="alphabetize">
      <default>true</default>
      <summary>Alphabetize sensors</summary>
      <description>Display sensors in alphabetical order</description>
    </key>
    <key type="b" name="hide-zeros">
      <default>false</default>
      <summary>Hide zero values</summary>
      <description>Hide data from sensors that are invalid</description>
    </key>
    <key type="b" name="show-temperature">
      <default>true</default>
      <summary>Monitor temperature</summary>
      <description>Display temperature of various components</description>
    </key>
    <key type="i" name="unit">
      <default>0</default>
      <summary>Temperature unit</summary>
      <description>The unit ('centigrade' or 'fahrenheit') the extension should display the temperature in</description>
    </key>
    <key type="b" name="show-voltage">
      <default>true</default>
      <summary>Monitor voltage</summary>
      <description>Display voltage of various components</description>
    </key>
    <key type="b" name="show-fan">
      <default>true</default>
      <summary>Monitor fan</summary>
      <description>Display fan rotation per minute</description>
    </key>
    <key type="b" name="show-memory">
      <default>true</default>
      <summary>Monitor memory</summary>
      <description>Display memory information</description>
    </key>
    <key type="b" name="show-processor">
      <default>true</default>
      <summary>Monitor processor</summary>
      <description>Display processor information</description>
    </key>
    <key type="b" name="show-system">
      <default>true</default>
      <summary>Monitor system</summary>
      <description>Display system information</description>
    </key>
    <key type="b" name="show-storage">
      <default>true</default>
      <summary>Monitor storage</summary>
      <description>Display storage information</description>
    </key>
    <key type="b" name="show-network">
      <default>true</default>
      <summary>Monitor network</summary>
      <description>Display network information</description>
    </key>
    <key type="b" name="include-public-ip">
      <default>true</default>
      <summary>Include public IP address</summary>
      <description>Display public IP address of internet connection</description>
    </key>
    <key type="i" name="network-public-ip-interval">
      <default>60</default>
      <summary>Public IP refresh interval in minutes</summary>
    </key>
    <key name="network-public-ip-show-flag" type="b">
        <default>true</default>
        <summary>Show country flag for public IP</summary>
    </key>
    <key type="i" name="network-speed-format">
      <default>0</default>
      <summary>Network speed format</summary>
      <description>Should speed display in bits or bytes?</description>
    </key>
    <key type="s" name="storage-path">
      <default>"/"</default>
      <summary>Storage path</summary>
      <description>Storage path for monitoring</description>
    </key>
    <key type="b" name="show-battery">
      <default>false</default>
      <summary>Monitor battery</summary>
      <description>Monitor battery health</description>
    </key>
    <key type="i" name="memory-measurement">
      <default>1</default>
      <summary>Memory measurement</summary>
      <description>Can use gigabyte or gibibyte for memory</description>
    </key>
    <key type="i" name="storage-measurement">
      <default>1</default>
      <summary>Storage measurement</summary>
      <description>Can use gigabyte or gibibyte for storage</description>
    </key>
    <key type="i" name="battery-slot">
      <default>0</default>
      <summary>Battery slot to monitor</summary>
      <description>Which numerical battery slot should vitals monitor</description>
    </key>
    <key type="b" name="fixed-widths">
      <default>true</default>
      <summary>Use fixed widths in top bar</summary>
      <description>Keep sensors in top bar from jumping around</description>
    </key>
    <key type="b" name="hide-icons">
      <default>false</default>
      <summary>Hide icons in top bar</summary>
      <description>Keep top bar clean by only showing sensor values</description>
    </key>
    <key type="b" name="menu-centered">
      <default>false</default>
      <summary>Make the menu centered</summary>
      <description>Center the menu to the icon regardless of the position in the panel</description>
    </key>
    <key type="s" name="monitor-cmd">
      <default>"gnome-system-monitor"</default>
      <summary>System Monitor command</summary>
      <description>The command run when system monitor button is clicked</description>
    </key>
    <key type="b" name="include-static-info">
      <default>false</default>
      <summary>Include processor static information</summary>
      <description>Display processor static information that doesn't change</description>
    </key>
    <key type="b" name="show-gpu">
      <default>false</default>
      <summary>Monitor GPU</summary>
      <description>Display GPU information (requires the nvidia-smi tool)</description>
    </key>
    <key type="b" name="include-static-gpu-info">
      <default>false</default>
      <summary>Include GPU static information</summary>
      <description>Display GPU static information that doesn't change</description>
    </key>
    <key type="i" name="icon-style">
      <default>0</default>
      <summary>Icon styles</summary>
      <description>Set the style for the displayed sensor icons ('original', 'updated')</description>
    </key>
  </schema>
</schemalist>