script-linux/set-sound-card

6 lines
118 B
Plaintext
Raw Permalink Normal View History

2024-02-29 14:49:07 +01:00
#!/bin/bash
echo $(amixer scontrols | cut -d "'" -f2 | dmenu -l 10) > $XDG_CONFIG_HOME/sound_card
statusbar.sh once