pgrep junk removed and minor script changes

This commit is contained in:
Luke Smith
2020-04-08 22:01:51 -04:00
parent 3e8f5c1647
commit 4814403bbf
15 changed files with 34 additions and 30 deletions

View File

@@ -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