Wednesday, May 8, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 3788  / 2 Years ago, mon, march 7, 2022, 4:11:51

Using Gnome Shell, how do I get rid of the Network icon from the top right in the panel?


More From » 11.10

 Answers
2

I would suggest using the Evil Status Icon Forever extension. Install it by clicking the On toggle switch HERE and open and edit the extension.js once installed:



gnomesu gedit ~/.local/share/gnome-shell/extensions/[email protected]/extension.js



You then change the section below by uncommenting what you'd like to hide, in your case "network" so it would look like so:



var removeStatusIcon = [
// 'a11y', // Accessibility
// 'volume',
// 'battery',
// 'keyboard',
// 'bluetooth',
'network'
]


Ctrl+s to save.



The reason I don't suggest editing the internal panel JavaScript or modifying the network applets js itself either, is because upon updating either of these could be easily replaced and you would have to reapply your changes.


[#40264] Wednesday, March 9, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
attagjump

Total Points: 272
Total Questions: 127
Total Answers: 124

Location: Taiwan
Member since Fri, Sep 17, 2021
3 Years ago
attagjump questions
Tue, Nov 29, 22, 14:19, 1 Year ago
Wed, Jun 22, 22, 07:45, 2 Years ago
Tue, Jun 15, 21, 19:03, 3 Years ago
Thu, Dec 22, 22, 05:47, 1 Year ago
;