script-linux/set-sound-card

6 lines
118 B
Bash
Executable File

#!/bin/bash
echo $(amixer scontrols | cut -d "'" -f2 | dmenu -l 10) > $XDG_CONFIG_HOME/sound_card
statusbar.sh once