diff options
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') |
