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/homeModules/attachments/hypr-scripts/switch_sink.py | |
| parent | 1a81ed6a7600c1003db70d354b1544feac16d5ee (diff) | |
feat: add shabangs to some scripts
Diffstat (limited to 'home-manager/homeModules/attachments/hypr-scripts/switch_sink.py')
| -rwxr-xr-x[-rw-r--r--] | home-manager/homeModules/attachments/hypr-scripts/switch_sink.py | 2 |
1 files changed, 2 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') |
