7 lines
112 B
Bash
Executable File
7 lines
112 B
Bash
Executable File
#!/bin/bash
|
|
|
|
menu="rofi -menu"
|
|
|
|
volume=$(echo -e "0\n25\n50\n75\n100" | $dmenu)
|
|
pulsemixer --set-volume $volume
|