mirror of
https://github.com/Ajetski/dotfiles.git
synced 2025-09-30 21:03:19 -09:00
6 lines
126 B
Bash
Executable File
6 lines
126 B
Bash
Executable File
#!/bin/bash
|
|
|
|
pactl list | grep -e media.name | grep -v -e recStream -e playStream | tail -n 1 | \
|
|
sed -r 's/.*"(.*)".*/\1/'
|
|
|