diff --git a/volume b/volume index c5a60b5..79a3f1c 100755 --- a/volume +++ b/volume @@ -1,5 +1,7 @@ #!/bin/bash +source /home/cptbb/dev/script/bashrc + sound_card=$(cat $XDG_CONFIG_HOME/sound_card) lev=$(amixer get $sound_card | grep % | head -n 1 | cut -f7 -d' ' | sed "s/\[\|\]\|%//g")