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
- Host: GitHub
- URL: https://github.com/meowrch/rofi-openvpn
- Owner: meowrch
- License: mit
- Created: 2024-05-30T16:39:21.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-30T18:24:20.000Z (about 2 years ago)
- Last Synced: 2025-04-11T11:51:22.691Z (about 1 year ago)
- Topics: arch, bash, linux, openvpn, openvpn-configuration, rofi, vpn
- Language: Shell
- Homepage:
- Size: 955 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

👨💻 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)