Changed note in script

This commit is contained in:
RealStickman 2020-10-10 21:33:08 +02:00
parent e872a669be
commit 910df527ed

View File

@ -1,9 +1,9 @@
#!/bin/bash #!/bin/bash
# You can call this script like this: # You can call this script like this:
# $./volume.sh up # $./dunst-volume.sh up
# $./volume.sh down # $./dunst-volume.sh down
# $./volume.sh mute # $./dunst-volume.sh mute
get_volume() { get_volume() {
amixer get Master | grep '%' | head -n 1 | cut -d '[' -f 2 | cut -d '%' -f 1 amixer get Master | grep '%' | head -n 1 | cut -d '[' -f 2 | cut -d '%' -f 1