Delete files

This commit is contained in:
Marcin Wozniak
2019-05-25 13:54:03 +02:00
parent 52a39819a5
commit 846aafa28d
23 changed files with 0 additions and 4325 deletions

6
vol
View File

@ -1,6 +0,0 @@
print_volume() {
[ "$(pulsemixer --get-mute)" = "1" ] && printf "MUTE" && exit
vol=$(pulsemixer --get-volume | awk '{print $1}')
printf "%s%%\\n" "$vol"
}
print_volume