2022-05-28 18:40:16 +02:00
|
|
|
dmenu_protonvpn - Dmenu script tool for manage your ProtonVPN connections
|
|
|
|
=========================================================================
|
|
|
|
|
2022-05-28 19:27:50 +02:00
|
|
|
### Dependencies:
|
2022-06-03 08:46:44 +02:00
|
|
|
|
|
|
|
* **Arch Linux:**
|
|
|
|
* `sudo pacman -S openvpn gcc make coreutils sed expat freetype2 libxinerama xterm brotli fontconfig libbsd libmd libpng libx11 libxau libxdmcp libxft libxrender`
|
2022-05-28 18:40:16 +02:00
|
|
|
|
2022-06-03 08:46:44 +02:00
|
|
|
* **Debian/Ubuntu:**
|
|
|
|
* `sudo apt install openvpn gcc make coreutils sed libexpat1-dev libfreetype-dev libxinerama-dev x11-utils xterm libxft-dev libfreetype6-dev libfontconfig1-dev libpng-dev libbrotli-dev libxrender-dev libmd-dev libxau-dev libbsd-dev libxdmcp-dev`
|
|
|
|
|
|
|
|
_Note: Installation of `kitty` is opcional._
|
2022-05-28 18:40:16 +02:00
|
|
|
|
|
|
|
### Build and install:
|
|
|
|
|
|
|
|
* Open terminal and run the following commands:
|
|
|
|
|
|
|
|
```shell
|
|
|
|
$ git clone https://github.com/q3aql/dmenu_protonvpn
|
|
|
|
$ sudo make install clean
|
|
|
|
````
|
|
|
|
|
|
|
|
### How to use:
|
|
|
|
|
|
|
|
* Open terminal and type the following command as root:
|
|
|
|
|
|
|
|
```shell
|
|
|
|
dmenu_protonvpn
|
|
|
|
```
|
|
|
|
|
2022-05-28 19:25:51 +02:00
|
|
|
* You can also use the applications menu: `Menu > Network > Dmenu_ProtonVPN`
|
2022-05-28 18:40:16 +02:00
|
|
|
|
2022-05-28 19:26:42 +02:00
|
|
|
* Copy your .ovpn files to `~/protonFiles`. These files will be loaded into `dmenu_protonvpn` the next time it is run.
|
2022-05-28 19:25:51 +02:00
|
|
|
|
2022-05-29 02:12:06 +02:00
|
|
|
<img src="examples/dmenu_protonvpn.png" />
|
|
|
|
<img src="examples/dmenu_protonvpn_about.png" />
|
|
|
|
<img src="examples/dmenu_protonvpn_dfiles.png" />
|
|
|
|
<img src="examples/dmenu_protonvpn_credentials.png" />
|
|
|
|
|
2022-05-28 18:40:16 +02:00
|
|
|
### How to use (CLI):
|
|
|
|
|
|
|
|
* Open terminal and type the following command as root:
|
|
|
|
|
|
|
|
```shell
|
|
|
|
dmenu_protonvpn_cli
|
|
|
|
```
|
|
|
|
|
|
|
|
<img src="examples/dmenu_protonvpn_cli.png" />
|
|
|
|
|
|
|
|
### External links:
|
|
|
|
|
|
|
|
* [ProtonVPN homepage](https://protonvpn.com/)
|
|
|
|
* [OpenVPN homepage](https://openvpn.net/)
|
|
|
|
* [OpenVPN Community](https://openvpn.net/community-downloads/)
|
|
|
|
* [Zenity homepage](https://wiki.gnome.org/Projects/Zenity)
|
|
|
|
|
|
|
|
|
|
|
|
|