summaryrefslogtreecommitdiffstats
path: root/.local/bin/statusbar/volume
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-04-08 22:01:51 -0400
committerLuke Smith <luke@lukesmith.xyz>2020-04-08 22:01:51 -0400
commit4814403bbf58794da3349f21e55746e50e68eab4 (patch)
tree3bc52b7cd8eefc02d9d74e1442e7a979507b460d /.local/bin/statusbar/volume
parent3e8f5c1647e15586b7ec09f9c415b3a50f49e6ac (diff)
downloadeibhear-4814403bbf58794da3349f21e55746e50e68eab4.tar.gz
eibhear-4814403bbf58794da3349f21e55746e50e68eab4.tar.zst
eibhear-4814403bbf58794da3349f21e55746e50e68eab4.zip
pgrep junk removed and minor script changes
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 fd59a6f..cd79de3 100755
--- a/.local/bin/statusbar/volume
+++ b/.local/bin/statusbar/volume
@@ -5,7 +5,7 @@ case $BLOCK_BUTTON in
2) amixer sset Master toggle ;;
4) amixer sset Master 5%+ >/dev/null 2>/dev/null ;;
5) amixer sset Master 5%- >/dev/null 2>/dev/null ;;
- 3) pgrep -x dunst >/dev/null && notify-send "📢 Volume module" "\- Shows volume 🔊, 🔇 if muted.
+ 3) notify-send "📢 Volume module" "\- Shows volume 🔊, 🔇 if muted.
- Middle click to mute.
- Scroll to change."
esac