ping-monitor/schemas/org.gnome.shell.extensions....

73 lines
2.5 KiB
XML

<schemalist gettext-domain="ping-monitor">
<enum id="org.gnome.shell.extensions.ping-monitor.display-style">
<value value="0" nick="digit"/>
<value value="1" nick="graph"/>
<value value="2" nick="both"/>
</enum>
<enum id="org.gnome.shell.extensions.ping-monitor.disk-usage-style">
<value value="0" nick="pie"/>
<value value="1" nick="bar"/>
<value value="2" nick="none"/>
</enum>
<schema id="org.gnome.shell.extensions.ping-monitor" path="/org/gnome/shell/extensions/ping-monitor/">
<key name="ping-good-color" type="s">
<default>'#00ff00'</default>
<summary>Color of good ping status.</summary>
</key>
<key name="ping-warning-color" type="s">
<default>'#ffaa00'</default>
<summary>Color of warning ping status.</summary>
</key>
<key name="ping-bad-color" type="s">
<default>'#ff0000'</default>
<summary>Color of bad ping status.</summary>
</key>
<key name="ping-loss-color" type="s">
<default>'#ff00d3'</default>
<summary>Color of loss ping status.</summary>
</key>
<key name="ping-config-path" type="s">
<default>''</default>
<summary>Configuration path.</summary>
</key>
<key name="icon-display" type="b">
<default>true</default>
<summary>Display ping monitor icon</summary>
<description>Set to true to display ping monitor icon in status bar.(NOTICE: The icon will be shown when none of the others is shown.)</description>
</key>
<key name="background" type="s">
<default>'#ffffffff'</default>
<summary>Color of background</summary>
</key>
<key name="ping-ids" type="as">
<default>['0', '1', '2']</default>
<summary>Ping ids.</summary>
<description></description>
</key>
<key name="ping-tags" type="as">
<default>['lpc', 'npc', 'apc']</default>
<summary>Ping tags.</summary>
<description></description>
</key>
<key name="ping-names" type="as">
<default>['LPC', 'NPC', 'APC']</default>
<summary>Ping names.</summary>
<description></description>
</key>
<key name="ping-ip-addresses" type="as">
<default>['8.8.8.8', '192.168.0.1', '192.168.0.100']</default>
<summary>Ping ip addresses.</summary>
<description></description>
</key>
<key name="ping-show-text" type="as">
<default>['true', 'true', 'true']</default>
<summary>Ping show text.</summary>
<description></description>
</key>
</schema>
</schemalist>