commit 1d42293a2463081104efb1ca31e763c3c286b288 parent bc11845872cc321279d8105a07a48675571f7594 Author: hhvn <dev@hhvn.uk> Date: Sat, 15 Jan 2022 10:15:43 +0000 .s/hvol: run dwmbar/vol with correct paths Diffstat:
M | .scripts/hvol | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.scripts/hvol b/.scripts/hvol @@ -30,4 +30,5 @@ esac } -$HOME/.scripts/dwmblocks/vol > /tmp/blocks/vol +block=$($HOME/.scripts/dwmbar/vol) +printf '%s' "$block" > /tmp/blocks/vol