2 lines
95 B
Bash
Executable file
2 lines
95 B
Bash
Executable file
#!/bin/sh
|
|
amixer -D pulse sget Master | grep 'Left:' | awk -F'[][]' '{ print $2 }' | tr -d '%'
|