28 lines
719 B
Markdown
28 lines
719 B
Markdown
# 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-full-transparent-topbar.git
|
|
~~~
|
|
|
|
2. Enter the cloned directory:
|
|
~~~sh
|
|
cd gnome-shell-extension-full-transparent-topbar
|
|
~~~
|
|
|
|
3. Make the install:
|
|
~~~sh
|
|
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 Full Transparent Topbar.
|
|
3. Turn the switch on.
|
|
|
|
That's it. Have fun!
|