fixed script
parent
efb2e66f2a
commit
312d0abe54
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env nix-shell
|
||||||
|
#! nix-shell -p pulseaudio -i bash
|
||||||
|
|
||||||
# get the default sink
|
# get the default sink
|
||||||
default_sink="$(pactl info | grep -e "Default Sink:" | awk '{print $3}')"
|
default_sink="$(pactl info | grep -e "Default Sink:" | awk '{print $3}')"
|
||||||
|
|
Loading…
Reference in New Issue