Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michael-rapp/gnome-shell-extension-hide-app-icon
A GNOME shell extension, which allows to hide the icon and/or title of the focused application in the top panel
https://github.com/michael-rapp/gnome-shell-extension-hide-app-icon
app gnome gnome-extension gnome-shell icon menu
Last synced: 3 months ago
JSON representation
A GNOME shell extension, which allows to hide the icon and/or title of the focused application in the top panel
- Host: GitHub
- URL: https://github.com/michael-rapp/gnome-shell-extension-hide-app-icon
- Owner: michael-rapp
- License: gpl-2.0
- Created: 2016-10-15T15:03:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-30T18:38:43.000Z (about 7 years ago)
- Last Synced: 2024-10-28T00:23:20.423Z (3 months ago)
- Topics: app, gnome, gnome-extension, gnome-shell, icon, menu
- Language: JavaScript
- Homepage:
- Size: 1.46 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- stars - michael-rapp/gnome-shell-extension-hide-app-icon
README
# GNOME Shell Extension - Hide App Icon
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0) [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=X75YSLEJV3DWE)
The GNOME Shell Extension "Hide App Icon" allows to hide the icon and/or title of the currently focused application in the top panel of the GNOME shell.
![](SCREENSHOT.png)
## Download and Installation
This extension is available at the GNOME's official extensions website at https://extensions.gnome.org/extension/810/hide-app-icon. If you have the "GNOME Shell-Integration" plugin installed in your browser, the extension can easily be installed from within the browser.
Alternatively it is possible to download the latest release as a zip archive at https://github.com/michael-rapp/gnome-shell-extension-hide-app-icon/releases. Once downloaded, the extension can be installed by executing the following commands in a terminal:
```
$ unzip gnome-shell-extension-title-to-panel-v*.zip
$ cd [email protected]
$ make install
```Executing the makefile automatically copies all relevant files into the directory `~/.local/share/gnome-shell/extensions`. If a prior version of the extension is already installed it is replaced.
In order to enable the extension an application such like "Gnome Tweak Tool" may be used.
## License Agreement
This project is distributed under the GNU General Public License version 3.0. For further information about this license agreement's content please refer to its full version, which is available at https://www.gnu.org/licenses/gpl.txt.
## Contact Information
For personal feedback or questions feel free to contact me via the mail address, which is mentioned on my [Github profile](https://github.com/michael-rapp). If you have found any bugs or want to post a feature request please use the [bugtracker](https://github.com/michael-rapp/gnome-shell-extension-hide-app-icon/issues) to report them.