4 lines
86 B
Text
4 lines
86 B
Text
|
#!/bin/sh
|
||
|
|
||
|
pactl get-source-volume @DEFAULT_SOURCE@ | grep -Po '\d+(?=%)' | head -n 1
|