mirror of
https://github.com/morgan9e/gnome-shell-extension-freon
synced 2026-04-14 00:14:14 +09:00
[prefs] added display-hdd-temp boolean in preferences
This commit is contained in:
7
prefs.js
7
prefs.js
@@ -56,7 +56,12 @@ const CPUTemperaturePrefsWidget = new GObject.Class({
|
||||
name: _("display-decimal-value"),
|
||||
label: _("Display decimal value"),
|
||||
help: _("Show one digit after decimal. (default: ON)")
|
||||
}
|
||||
},
|
||||
show_hdd_temp: {
|
||||
name: _("display-hdd-temp"),
|
||||
label: _("Display hard disk temperature"),
|
||||
help: _("Requires hddtemp installed. (default: ON)")
|
||||
},
|
||||
}
|
||||
|
||||
let counter = 3;
|
||||
|
||||
Binary file not shown.
@@ -33,5 +33,11 @@
|
||||
<description>Show one digit after decimal</description>
|
||||
</key>
|
||||
|
||||
<key type="b" name="display-hdd-temp">
|
||||
<default>true</default>
|
||||
<summary>Display HDD Temp</summary>
|
||||
<description>Display hard disk drive temperature. Requires hddtemp installed.</description>
|
||||
</key>
|
||||
|
||||
</schema>
|
||||
</schemalist>
|
||||
|
||||
Reference in New Issue
Block a user