mirror of
https://github.com/morgan9e/gnome-shell-extension-freon
synced 2026-04-15 00:44:22 +09:00
194 lines
6.6 KiB
XML
194 lines
6.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 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="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 system</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 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="show-icon-on-panel">
|
|
<default>true</default>
|
|
<summary>Show Icon on Panel</summary>
|
|
<description>Show sensor icon on top panel</description>
|
|
</key>
|
|
|
|
<key type="i" name="unit">
|
|
<default>0</default>
|
|
<summary>Select centigrade or fahrenheit</summary>
|
|
<description>Choose wether to display the Number for centigrade or fahrenheit</description>
|
|
</key>
|
|
|
|
<key type="b" name="show-temperature-unit">
|
|
<default>true</default>
|
|
<summary>Enable the display of Temperature Unit on Panel</summary>
|
|
<description>Enable the display of Temperature Unit on Panel</description>
|
|
</key>
|
|
|
|
<key type="b" name="show-temperature">
|
|
<default>true</default>
|
|
<summary>Show RPM on Panel</summary>
|
|
<description>Show RPM on Panel</description>
|
|
</key>
|
|
|
|
<key type="b" name="show-rotationrate-unit">
|
|
<default>true</default>
|
|
<summary>Show RPM on Panel</summary>
|
|
<description>Show RPM on Panel</description>
|
|
</key>
|
|
|
|
<key type="b" name="show-voltage-unit">
|
|
<default>true</default>
|
|
<summary>Show volts on Panel</summary>
|
|
<description>Show volts on Panel</description>
|
|
</key>
|
|
|
|
<key type="b" name="show-power">
|
|
<default>true</default>
|
|
<summary>Display Power</summary>
|
|
<description>Display power</description>
|
|
</key>
|
|
|
|
<key type="b" name="show-power-unit">
|
|
<default>true</default>
|
|
<summary>Show Watts on Panel</summary>
|
|
<description>Show Watts on 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="use-generic-lmsensors">
|
|
<default>true</default>
|
|
<summary>Read sensors from lm-sensors</summary>
|
|
<description>Read sensors from lm-sensors</description>
|
|
</key>
|
|
|
|
<key type="i" name="freeimpi-selected">
|
|
<default>0</default>
|
|
<summary>Selected element number in the FreeIMPI-Dropdown</summary>
|
|
<description>Selected element number in the FreeIMPI-Dropdown</description>
|
|
</key>
|
|
|
|
<key type="s" name="exec-method-freeipmi">
|
|
<default>'Disabled'</default>
|
|
<summary>Method to run FreeIPMI utility</summary>
|
|
<description>Method to run FreeIPMI utility</description>
|
|
</key>
|
|
|
|
<key type="b" name="use-generic-liquidctl">
|
|
<default>false</default>
|
|
<summary>Read sensors from liquidctl</summary>
|
|
<description>Read sensors from (requires liquidctl v1.7.0 or later)</description>
|
|
</key>
|
|
|
|
<key type="b" name="use-gpu-nvidia">
|
|
<default>false</default>
|
|
<summary>Read GPU sensors from NVIDIA driver</summary>
|
|
<description>Read GPU sensors from NVIDIA driver</description>
|
|
</key>
|
|
|
|
<key type="b" name="use-gpu-bumblebeenvidia">
|
|
<default>false</default>
|
|
<summary>Read GPU sensors from Bumblebee + NVIDIA driver</summary>
|
|
<description>Read GPU sensors from Bumblebee + NVIDIA driver</description>
|
|
</key>
|
|
|
|
<key type="b" name="use-gpu-aticonfig">
|
|
<default>false</default>
|
|
<summary>Read GPU sensors from Catalyst driver</summary>
|
|
<description>Read GPU sensors from Catalyst driver</description>
|
|
</key>
|
|
|
|
<key type="b" name="use-drive-udisks2">
|
|
<default>false</default>
|
|
<summary>Read drive sensors from Udisks2</summary>
|
|
<description>Read drive sensors from Udisks2</description>
|
|
</key>
|
|
|
|
<key type="b" name="use-drive-hddtemp">
|
|
<default>false</default>
|
|
<summary>Read drive sensors using Hddtemp</summary>
|
|
<description>Read drive sensors using Hddtemp</description>
|
|
</key>
|
|
|
|
<key type="b" name="use-drive-smartctl">
|
|
<default>false</default>
|
|
<summary>Read drive sensors using smartctl</summary>
|
|
<description>Read drive sensors using smartctl from smartmontool</description>
|
|
</key>
|
|
|
|
<key type="b" name="use-drive-nvmecli">
|
|
<default>false</default>
|
|
<summary>Read drive sensors using nvme-cli</summary>
|
|
<description>Read drive sensors using nvme-cli</description>
|
|
</key>
|
|
|
|
<key type="b" name="show-rotationrate">
|
|
<default>true</default>
|
|
<summary>Display rotationrate</summary>
|
|
<description>Display rotation rate (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="b" name="show-battery-stats">
|
|
<default>true</default>
|
|
<summary>Show battery statistics</summary>
|
|
<description>If a battery is available, battery stats will be retrieved</description>
|
|
</key>
|
|
|
|
<key type="b" name="group-temperature">
|
|
<default>true</default>
|
|
<summary>Group temperature menu items</summary>
|
|
<description>Group three or more temperature sensors</description>
|
|
</key>
|
|
|
|
<key type="b" name="group-rotationrate">
|
|
<default>true</default>
|
|
<summary>Group Fan speed menu items</summary>
|
|
<description>Group three or more fan sensors</description>
|
|
</key>
|
|
|
|
<key type="b" name="group-voltage">
|
|
<default>true</default>
|
|
<summary>Group voltage menu items</summary>
|
|
<description>Group three or more voltage sensors</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>
|