summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--components/volume2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/volume b/components/volume
index 3249774..f3ee540 100644
--- a/components/volume
+++ b/components/volume
@@ -1,4 +1,4 @@
#!/bin/sh
vol="$(pactl list sinks | grep '^[[:space:]]Volume:' | head -n $(( $SINK + 1 )) | tail -n 1 | sed -e 's,.* \([0-9][0-9]*\)%.*,\1,')"
-[ "$vol" = "0" ] && echo "ﱝ muted" || echo "墳 ${vol}%"
+[ "$vol" = "0" ] && echo "󰝟 muted" || echo "󰕾 ${vol}%"