7
.local/bin/sb-volume
Executable file
7
.local/bin/sb-volume
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
print_volume() {
|
||||
[ "$(pulsemixer --get-mute)" = "1" ] && printf "🔇" && exit
|
||||
vol=$(pulsemixer --get-volume | awk '{print $1}')
|
||||
printf "%s%%\\n" "🔊 $vol"
|
||||
}
|
||||
print_volume
|
Reference in New Issue
Block a user