From 54c655f3e7c0f190e1ec11ab092e89c28c0f9ab5 Mon Sep 17 00:00:00 2001 From: spl3g Date: Fri, 27 Dec 2024 00:54:12 +0300 Subject: feat: add shabangs to some scripts --- home-manager/homeModules/attachments/hypr-scripts/switch_sink.py | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 home-manager/homeModules/attachments/hypr-scripts/switch_sink.py (limited to 'home-manager/homeModules/attachments/hypr-scripts/switch_sink.py') diff --git a/home-manager/homeModules/attachments/hypr-scripts/switch_sink.py b/home-manager/homeModules/attachments/hypr-scripts/switch_sink.py old mode 100644 new mode 100755 index b8c4932..ff554ae --- 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') -- cgit v1.2.3