fix: hardcoded interpreter paths
This commit is contained in:
parent
c1d1bf447b
commit
90aa8fc0ea
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/python
|
||||
#!/usr/bin/env python
|
||||
|
||||
import pyaudio
|
||||
import numpy as np
|
||||
|
|
|
|||
2
run.fish
2
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue