mirror of
https://github.com/tuxdotrs/tuxOS.git
synced 2025-07-06 09:46:34 +05:30
3 lines
105 B
Bash
Executable File
3 lines
105 B
Bash
Executable File
#!/bin/sh
|
|
amixer -D pulse sget Master | grep 'Left:' | awk -F'[][]' '{ print $2 }' | tr -d '%' | head -1
|