Changed note in script
This commit is contained in:
parent
e872a669be
commit
910df527ed
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user