Skip to content
Discussion options

You must be logged in to vote

Hi! With the icon color changed, delete these two lines:

diff --git a/extension/smarthome-panelmenu.js b/extension/smarthome-panelmenu.js
index 7c0d976..baedbdf 100644
--- a/extension/smarthome-panelmenu.js
+++ b/extension/smarthome-panelmenu.js
@@ -218,9 +218,6 @@ export const SmartHomePanelMenu = GObject.registerClass({
             style_class : 'system-status-icon',
         });
 
-        let iconEffect = this._getIconBriConEffect(SmartHomeIconPack.BRIGHT);
-        icon.add_effect(iconEffect);
-
         box.add_child(icon);
         this.add_child(box);

The icon color will not be changed to white anymore.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@root9191
Comment options

Answer selected by root9191
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants