mirror of
https://github.com/morgan9e/gnome-shell-extension-freon
synced 2026-04-14 16:34:21 +09:00
* Fix two typos in three strings - syetem - NVidia * Typo: Fix double "from" usage in prefs.js * Mark two strings translatable - Temperature Unit - Direct * Update freon.pot file * Update Turkish translation
188 lines
6.4 KiB
XML
188 lines
6.4 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="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="show-icon-on-panel">
|
|
<default>true</default>
|
|
<summary>Show Icon on Panel</summary>
|
|
<description>Show sensor icon on top panel</description>
|
|
</key>
|
|
|
|
<key type="b" name="show-temperature">
|
|
<default>true</default>
|
|
<summary>Display Temperature</summary>
|
|
<description>Display temperature</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-temperature-unit">
|
|
<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-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="b" name="use-generic-freeipmi">
|
|
<default>false</default>
|
|
<summary>Read sensors using ipmi-sensors from FreeIPMI</summary>
|
|
<description>Read sensors using ipmi-sensors from FreeIPMI</description>
|
|
</key>
|
|
|
|
<key type="s" name="exec-method-freeipmi">
|
|
<default>'direct'</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="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>
|