mirror of
https://github.com/morgan9e/gnome-shell-extension-freon
synced 2026-04-15 00:44:22 +09:00
104 lines
3.6 KiB
XML
104 lines
3.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<schemalist gettext-domain="gse-sensors">
|
|
|
|
<schema id="org.gnome.shell.extensions.freon" path="/org/gnome/shell/extensions/freon/">
|
|
|
|
<key type="i" name="update-time">
|
|
<default>5</default>
|
|
<summary>Seconds before next update</summary>
|
|
<description>This is the seconds after CPU temperature extension updates the data from the syetem</description>
|
|
</key>
|
|
|
|
<key type="s" name="unit">
|
|
<default>'centigrade'</default>
|
|
<summary>Unit</summary>
|
|
<description>The unit ('centigrade' or 'fahrenheit') the extension should display the temperature in</description>
|
|
</key>
|
|
|
|
<key type="b" name="show-degrees-on-panel">
|
|
<default>true</default>
|
|
<summary>Show degrees celsius/fahrenheit on Panel</summary>
|
|
<description>Show degrees celsius/fahrenheit on Panel</description>
|
|
</key>
|
|
|
|
<key type="b" name="show-icon-on-panel">
|
|
<default>true</default>
|
|
<summary>Show Icon on Panel</summary>
|
|
<description>Show sensor icon on top panel</description>
|
|
</key>
|
|
|
|
<key name="hot-sensors" type="as">
|
|
<default>["__average__", "__max__"]</default>
|
|
<summary>Sensors to show in panel</summary>
|
|
<description>Select the sensord whose values has to be shown in the panel</description>
|
|
</key>
|
|
|
|
<key type="b" name="show-decimal-value">
|
|
<default>false</default>
|
|
<summary>Show decimal value</summary>
|
|
<description>Show one digit after decimal</description>
|
|
</key>
|
|
|
|
<key type="b" name="show-fan-rpm">
|
|
<default>true</default>
|
|
<summary>Display Fan RPM</summary>
|
|
<description>Display fan rotation per minute</description>
|
|
</key>
|
|
|
|
<key type="b" name="show-voltage">
|
|
<default>true</default>
|
|
<summary>Display voltage</summary>
|
|
<description>Display voltage of various components</description>
|
|
</key>
|
|
|
|
<key type="s" name="drive-utility">
|
|
<default>'udisks2'</default>
|
|
<summary>Utility for detect HDD/SSD temperature</summary>
|
|
<description>Utility for detect HDD/SSD temperature ('none', 'hddtemp' or 'udisks2')</description>
|
|
</key>
|
|
|
|
<key type="s" name="gpu-utility">
|
|
<default>'none'</default>
|
|
<summary>Utility for detect video card temperature</summary>
|
|
<description>Utility for detect video card temperature ('none', 'nvidia-settings' or 'aticonfig')</description>
|
|
</key>
|
|
|
|
<key type="b" name="show-liquidctl">
|
|
<default>false</default>
|
|
<summary>Show liquidctl sensors</summary>
|
|
<description>Show data from liquidctl v1.7.0 or later</description>
|
|
</key>
|
|
|
|
<key type="s" name="position-in-panel">
|
|
<default>'right'</default>
|
|
<summary>Position in Panel</summary>
|
|
<description>Position in Panel ('left', 'center', 'right')</description>
|
|
</key>
|
|
|
|
<key name="panel-box-index" type="i">
|
|
<default>0</default>
|
|
<summary>Index in panel box</summary>
|
|
<description>Index within the selected panel box (0: first, 1: second, ..., -1: last)</description>
|
|
</key>
|
|
|
|
<key type="b" name="group-temperature">
|
|
<default>true</default>
|
|
<summary>Group temperature menu items</summary>
|
|
<description>Group more than three sensors temperature menu items</description>
|
|
</key>
|
|
|
|
<key type="b" name="group-voltage">
|
|
<default>true</default>
|
|
<summary>Group voltage menu items</summary>
|
|
<description>Group more than three voltage menu items</description>
|
|
</key>
|
|
|
|
<key type="b" name="debug">
|
|
<default>false</default>
|
|
<summary>Enable debug logging</summary>
|
|
<description>Enable debug logging from the extension</description>
|
|
</key>
|
|
|
|
</schema>
|
|
</schemalist>
|