diff options
Diffstat (limited to 'home-manager')
| -rwxr-xr-x[-rw-r--r--] | home-manager/homeModules/attachments/hypr-scripts/switch_sink.py | 2 | ||||
| -rwxr-xr-x[-rw-r--r--] | home-manager/homeModules/attachments/hypr-scripts/toggle_vpn.sh | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/home-manager/homeModules/attachments/hypr-scripts/switch_sink.py b/home-manager/homeModules/attachments/hypr-scripts/switch_sink.py index b8c4932..ff554ae 100644..100755 --- a/home-manager/homeModules/attachments/hypr-scripts/switch_sink.py +++ b/home-manager/homeModules/attachments/hypr-scripts/switch_sink.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python3 + import subprocess status = subprocess.run(["wpctl", "status"], stdout=subprocess.PIPE).stdout.decode('utf-8') diff --git a/home-manager/homeModules/attachments/hypr-scripts/toggle_vpn.sh b/home-manager/homeModules/attachments/hypr-scripts/toggle_vpn.sh index 2654273..cdfb838 100644..100755 --- a/home-manager/homeModules/attachments/hypr-scripts/toggle_vpn.sh +++ b/home-manager/homeModules/attachments/hypr-scripts/toggle_vpn.sh @@ -1,3 +1,5 @@ +#!/bin/sh + ROFI_CMD="rofi -dmenu -theme-str listview{enabled:false;} -p" LOCAL_STORAGE=~/.local/share/toggle V2RAYA_URL="http://localhost:2017" |
