Files
dotfiles/dotfiles/lib/functions/pavolume
2024-10-09 11:40:56 -06:00

8 lines
140 B
Bash
Executable File

#!/usr/bin/env sh
function pavolume {
pactl get-sink-volume $(pactl get-default-sink) | FS="/" get_cols 2 | grep -oE '[0-9]*'
}
pavolume