system/programs/xmonad/xmobar/scripts/get_volume.sh
2022-04-12 19:13:36 +03:00

4 lines
88 B
Bash
Executable file

#!/bin/bash
echo $(amixer -D pulse sget Master | egrep -o "[0-9]+%" | head -n 1)
exit 0