diff options
| author | spl3g <spleefer6@yandex.ru> | 2024-12-27 00:54:12 +0300 |
|---|---|---|
| committer | spl3g <spleefer6@yandex.ru> | 2025-05-01 14:58:57 +0300 |
| commit | 54c655f3e7c0f190e1ec11ab092e89c28c0f9ab5 (patch) | |
| tree | c117b39eec637a21d8ff18c5bc8d4b958807fb96 /home-manager | |
| parent | 1a81ed6a7600c1003db70d354b1544feac16d5ee (diff) | |
feat: add shabangs to some scripts
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" |
