From aa0ec812ef0aa62d77e1d4b7e649b1e0608f80d2 Mon Sep 17 00:00:00 2001 From: _N3m0 Date: Mon, 4 Mar 2024 16:19:19 +0100 Subject: [PATCH] fix volume dwm bund --- volume | 2 ++ 1 file changed, 2 insertions(+) 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")