summaryrefslogtreecommitdiffstats
path: root/.local/bin/statusbar/volume
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/statusbar/volume')
-rwxr-xr-x.local/bin/statusbar/volume2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/statusbar/volume b/.local/bin/statusbar/volume
index c3bf6d1..c16eded 100755
--- a/.local/bin/statusbar/volume
+++ b/.local/bin/statusbar/volume
@@ -1,4 +1,4 @@
-#!/usr/bin/env sh
+#!/bin/sh
case $BLOCK_BUTTON in
1) setsid "$TERMINAL" -e alsamixer & ;;