-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add supported gnome versions, change default icon size
- Loading branch information
1 parent
d361592
commit 028b049
Showing
5 changed files
with
11 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ A GNOME Shell extension that allows you to toggle the **AmneziaWG** (via awg-qui | |
|
||
## Gnome Versions Support | ||
|
||
- 43 - `master` branch, `v1` tag | ||
- 40|41|42|43|44 - `master` branch, `v3` tag | ||
|
||
## Manual Installation | ||
|
||
|
@@ -44,15 +44,18 @@ A GNOME Shell extension that allows you to toggle the **AmneziaWG** (via awg-qui | |
```bash | ||
git clone https://github.com/amnezia-vpn/amneziawg-gnome-extension.git ~/.local/share/gnome-shell/extensions/amneziawg@amnezia-vpn | ||
``` | ||
> add `--branch v<version tag>` if you need exact version | ||
|
||
> [!TIP] | ||
> add `--branch <version tag>` if you need exact version | ||
### Get extension from ZIP: | ||
```bash | ||
wget https://github.com/amnezia-vpn/amneziawg-gnome-extension/releases/download/v1/[email protected] | ||
wget https://github.com/amnezia-vpn/amneziawg-gnome-extension/releases/download/v3/[email protected] | ||
gnome-extensions install [email protected] --force | ||
``` | ||
|
||
> Replace `v1` in url with `v<version tag>` if you need exact version | ||
> [!TIP] | ||
> Replace `v3` in url with `<version tag>` if you need another version | ||
### Apply extension | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters