An open API service indexing awesome lists of open source software.

https://github.com/meowrch/rofi-openvpn

🛡 The simplest possible management of openvpn via rofi menu
https://github.com/meowrch/rofi-openvpn

arch bash linux openvpn openvpn-configuration rofi vpn

Last synced: about 2 months ago
JSON representation

🛡 The simplest possible management of openvpn via rofi menu

Awesome Lists containing this project

README

          


🛡 Rofi OpenVPN Manager


Improve your workflow with **rofi-openvpn**, a utility for easy management of **openvpn connections**.
An ideal tool for **Linux** enthusiasts seeking maximum
efficiency and organization of their system resources.

![alt text](.meta/preview.gif)


👨‍💻 Installation


1. Cloning the repository: `git clone https://github.com/DIMFLIX-OFFICIAL/rofi-openvpn.git ~/bin/rofi-openvpn`
2. Go to the catalog: `cd ~/bin/rofi-openvpn`
3. Launching utility: `sh rofi-vpn-manager.sh`
4. (Optional) For easy access, add the script somewhere in your $PATH.


⚙️ Polybar Configuration


```
[module/rofi_vpn_manager]
type = custom/script
exec = "sh $HOME/bin/rofi-vpn-manager.sh status"
interval = 2
click-left = "sh $HOME/bin/rofi-vpn-manager.sh"
label = "%output%"
```


📜 License


This project is released under the **MIT license**, which grants the following permissions:

- Commercial use
- Distribution
- Modification
- Private use

For more convoluted language, see the [**MIT License**](LICENSE)