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