mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-14 08:01:35 +09:00
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
|