mirror of
https://github.com/morgan9e/gnome-shell-extension-freon
synced 2026-04-14 00:14:14 +09:00
Support GNOME Shell 3.16
This commit is contained in:
@@ -12,7 +12,7 @@ const FreonItem = new Lang.Class({
|
||||
this._label = label;
|
||||
this._gIcon = gIcon;
|
||||
|
||||
this.actor.add(new St.Icon({ style_class: 'system-status-icon', gicon : gIcon}));
|
||||
this.actor.add(new St.Icon({ style_class: 'popup-menu-icon', gicon : gIcon}));
|
||||
this.actor.add(new St.Label({text: label}), {x_fill: true, expand: true});
|
||||
this._valueLabel = new St.Label({text: value});
|
||||
this.actor.add(this._valueLabel);
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"shell-version": ["3.12", "3.14"],
|
||||
"shell-version": ["3.12", "3.14", "3.16"],
|
||||
"uuid": "freon@UshakovVasilii_Github.yahoo.com",
|
||||
"name": "Freon",
|
||||
"description": "Shows CPU temperature, HDD/SSD temperature, video card temperature (Nvidia/Catalyst), voltage and fan RPM (forked from xtranophilist/gnome-shell-extension-sensors)",
|
||||
|
||||
Reference in New Issue
Block a user