scripts/getvol

4 lines
66 B
Plaintext
Raw Normal View History

2023-06-03 12:15:49 +00:00
#!/bin/sh
pactl list sinks | grep Volume | awk 'NR==1{print $5}'