summaryrefslogtreecommitdiff
path: root/bin/guiscripts/ppamixer
blob: e7d583a807b5b7929d0f6d201906f7863d3f9b25 (plain)
1
2
3
4
5
#!/bin/sh
pamixer $1 $2
volume="$(pamixer --get-volume)"
>&2 printf "volume: %s\n" "$volume"
printf '%s\n' "$volume" > ~/.config/wob/pipe