summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xassets/realtime-beat-detector.py2
-rwxr-xr-xrun.fish2
2 files changed, 2 insertions, 2 deletions
diff --git a/assets/realtime-beat-detector.py b/assets/realtime-beat-detector.py
index dfecad6..0f4f54a 100755
--- a/assets/realtime-beat-detector.py
+++ b/assets/realtime-beat-detector.py
@@ -1,4 +1,4 @@
-#!/bin/python
+#!/usr/bin/env python
import pyaudio
import numpy as np
diff --git a/run.fish b/run.fish
index 0fddaee..2e6c039 100755
--- a/run.fish
+++ b/run.fish
@@ -1,4 +1,4 @@
-#!/bin/fish
+#!/usr/bin/env fish
set -l dbus 'quickshell.dbus.properties.warning = false;quickshell.dbus.dbusmenu.warning = false' # System tray dbus property errors
set -l notifs 'quickshell.service.notifications.warning = false' # Notification server warnings on reload