This commit is contained in:
Mal
2024-09-02 21:11:46 +02:00
commit af22a712d5
7 changed files with 274 additions and 0 deletions

27
README.md Normal file
View File

@@ -0,0 +1,27 @@
# Simple Topbar Transparency
A simple gnome shell extension that makes the topbar transparent - nothing more.
## Installation
Make sure you have `git` and `make` installed.
1. Clone this repository:
~~~sh
git clone https://git.leinelab.org/Mal/gnome-shell-extension-simple-topbar-transparency.git
~~~
2. Change into the cloned directory:
~~~sh
cd gnome-shell-extension-simple-topbar-transparency
~~~
3. Make the install:
~~~sh
make
~~~
## Enable the extension
1. Restart GNOME: Try to press `ALT` + `F2` and execute the `r` command (if you have wayland just relog from your current session).
2. Open your extension app and look for Simple Topbar Transparency.
3. Turn the switch on.
That's it. Have fun!