mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 19:12:11 +02:00
open vpn scripts
This commit is contained in:
@@ -76,6 +76,7 @@ let
|
||||
" Night-shift"
|
||||
" Nixy"
|
||||
" Hyprpicker"
|
||||
" Toggle VPN"
|
||||
)
|
||||
|
||||
selected=$(printf '%s\n' "''${options[@]}" | wofi -p " Quickmenu" --dmenu)
|
||||
@@ -95,6 +96,9 @@ let
|
||||
"Hyprpicker")
|
||||
sleep 0.2 && ${pkgs.hyprpicker}/bin/hyprpicker -a
|
||||
;;
|
||||
"Toggle VPN")
|
||||
openvpn-toggle
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user