feat: WireGuard VPN integration (zsh, Hyprland, Waybar) #2
Reference in New Issue
Block a user
No description provided.
Delete Branch "feat/wireguard-vpn-integration"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Add WireGuard VPN integration to the desktop environment.
Changes
Zsh aliases (
zsh/.zshrc)wg-up- connects to work-laptop.confwg-down- disconnectswg-status- shows WireGuard statusHyprland keybinds (
hyprland.conf)Super + Ctrl + V- connect VPNSuper + Ctrl + Shift + V- disconnect VPNWaybar module
custom/wireguardmodule shows VPN status in the barscripts/wireguard-status.shSetup (one-time on Arch)
Install openresolv for DNS resolution:
Then refresh waybar to pick up the new module:
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.