dwt1--dotfiles/.local/bin/volume

5 lines
106 B
Plaintext
Raw Normal View History

2020-03-19 19:50:17 +00:00
#!/bin/bash
vol="$(amixer get Master | tail -n1 | sed -r 's/.*\[(.*)%\].*/\1/')"
2020-11-21 02:48:15 +00:00
echo "${vol}% volume "