fixed script
This commit is contained in:
parent
efb2e66f2a
commit
312d0abe54
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env nix-shell
|
||||
#! nix-shell -p pulseaudio -i bash
|
||||
|
||||
# get the default sink
|
||||
default_sink="$(pactl info | grep -e "Default Sink:" | awk '{print $3}')"
|
||||
|
|
Loading…
Reference in a new issue