Support GNOME Shell 3.16

This commit is contained in:
UshakovVasilii
2015-04-04 08:32:17 +03:00
parent a7ca5597f7
commit 0ed7944459
2 changed files with 2 additions and 2 deletions

View File

@@ -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);

View File

@@ -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)",