Correction of Readme
This commit is contained in:
parent
af22a712d5
commit
7608a3900f
14
README.md
14
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!
|
||||
|
|
Loading…
Reference in New Issue