
Add commands that can be the target of keybindings to perform an action and update the status bar.
6 lines
78 B
Bash
Executable File
6 lines
78 B
Bash
Executable File
#!/bin/bash
|
|
|
|
amixer set Master 3%- &> /dev/null
|
|
"${0%/*}"/../avds vol-amixer
|
|
|