#!/usr/bin/env bash ARG=${1:-$BLOCK_BUTTON} case $ARG in 1) pamixer -t && sigdwmblocks 4;; esac VOL=$(pamixer --get-volume) [ "$(pamixer --get-mute)" == "true" ] && echo -ne "\x0c\ufa80${VOL}\x0b" || echo -ne "\ufa7d${VOL}"