dwmblocks/scripts/sb-volume

5 lines
107 B
Plaintext
Raw Normal View History

2022-01-08 17:04:07 +00:00
#! /bin/sh
2021-09-27 22:16:38 +01:00
2022-01-08 17:04:07 +00:00
[ $(pamixer --get-mute) = true ] && echo " MUTED" && exit
echo " VOL $(pamixer --get-volume)%"