summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xbspwm/.local/bin/panel10
1 files changed, 5 insertions, 5 deletions
diff --git a/bspwm/.local/bin/panel b/bspwm/.local/bin/panel
index a981f43..2f78550 100755
--- a/bspwm/.local/bin/panel
+++ b/bspwm/.local/bin/panel
@@ -15,12 +15,12 @@ bspc control --subscribe > "$PANEL_FIFO" &
#xtitle -sf 'T%s' > "$PANEL_FIFO" &
#clock -sf 'S%a %H:%M' > "$PANEL_FIFO" &
-#pamixer --get-volume > /tmp/volinfo
-#if $(pamixer --get-mute) ; then
+pamixer --get-volume > /tmp/volinfo
+if $(pamixer --get-mute) ; then
echo ⮝ > /tmp/spkicon
-#else
-# echo ⮟ > /tmp/spkicon
-#fi
+else
+ echo ⮟ > /tmp/spkicon
+fi
conky > "$PANEL_FIFO" &
. panel_colors