aboutsummaryrefslogtreecommitdiff
path: root/Scripts/.local/scripts/status/volume
blob: 70c8c5f8113fc37584803c72b46f934419e96e5c (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env bash

if [[ $(pamixer --get-mute) == "true" ]]
then
    echo ""
else
    echo " $(pamixer --get-volume-human)"
fi