diff --git a/README.md b/README.md index a8121c4..4bdcaca 100644 --- a/README.md +++ b/README.md @@ -1,27 +1,27 @@ -# Simple Topbar Transparency -A simple gnome shell extension that makes the topbar transparent - nothing more. +# Full Transparent Topbar +A simple gnome shell extension that makes the topbar fully transparent - permanently. Nothing else. ## 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 +git clone https://git.leinelab.org/Mal/gnome-shell-extension-full-transparent-topbar.git ~~~ -2. Change into the cloned directory: +2. Enter the cloned directory: ~~~sh -cd gnome-shell-extension-simple-topbar-transparency +cd gnome-shell-extension-full-transparent-topbar ~~~ 3. Make the install: ~~~sh -make +make install ~~~ ## 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. +2. Open your extension app and look for Full Transparent Topbar. 3. Turn the switch on. That's it. Have fun!