index
:
dotfiles
master
The Aargh Files
Git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
quickshell
/
scripts
/
volume.sh
blob: 305925505e47e318ca8d0629e866680aad779249 (
plain
)
1
2
volume
=
$(
pactl
get-sink-volume
@DEFAULT_SINK@
|
grep
-Po
'\d+(?=%)'
|
head
-n
1
)
echo
"
$volume
"