Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ewlsh/dynamic-panel-transparency
Adds Transparency To The Gnome Shell Panel
https://github.com/ewlsh/dynamic-panel-transparency
gnome gnome-shell gnome-shell-extension panel
Last synced: 5 days ago
JSON representation
Adds Transparency To The Gnome Shell Panel
- Host: GitHub
- URL: https://github.com/ewlsh/dynamic-panel-transparency
- Owner: ewlsh
- License: gpl-2.0
- Created: 2015-11-09T02:23:02.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2024-06-05T22:14:01.000Z (7 months ago)
- Last Synced: 2024-12-30T16:51:26.036Z (12 days ago)
- Topics: gnome, gnome-shell, gnome-shell-extension, panel
- Language: JavaScript
- Size: 1.64 MB
- Stars: 229
- Watchers: 12
- Forks: 30
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- stars - ewlsh/dynamic-panel-transparency
README
# Dynamic Panel Transparency
[![Demo](https://raw.githubusercontent.com/rockon999/dynamic-panel-transparency/master/dynamic-panel-transparency%40rockon999.github.io/media/demo.gif)](https://www.youtube.com/watch?v=P5Eqf65uVhs)## Classy transparency for your panel
This extension *fades* your top panel to nothingness when there are no maximized windows present. Never again will the panel be abruptly darkened!## Installing from source (3.20 and lower)
To use and test the latest version of this extension you may install it directly from the source.
Clone the legacy branch with git...
git clone -b legacy https://github.com/rockon999/dynamic-panel-transparency.git
...or download the branch from Github.Move the '[email protected]' folder to ~/.local/share/gnome-shell/extensions/
Reload your shell using
Alt+F2
r
Enter
and enable the extension via *gnome-tweak-tool* or *dconf*.## Installing from source (3.22+)
To use and test the latest version of this extension you may install it directly from the source.
Clone the master branch with git...
git clone https://github.com/rockon999/dynamic-panel-transparency.git
...or download the branch from Github.Move the '[email protected]' folder to ~/.local/share/gnome-shell/extensions/
Reload your shell using
Alt+F2
r
Enter
and enable the extension via *gnome-tweak-tool* or *dconf*.## Bugs
Report bugs [here](https://github.com/rockon999/dynamic-panel-transparency/issues).
Please include a list of your installed extensions, current theme, relevant data from `journalctl --since "X seconds ago"`, and any other information you believe is necessary for me to understand your issue.
## License
Dynamic Panel Transparency is distributed under the terms of the GNU General Public License v2.
See the COPYING and LICENSE files for details.