fix for dunst update

This commit is contained in:
Luke Smith
2019-04-02 19:20:26 -04:00
parent 72095821e9
commit fd57c4350b
15 changed files with 21 additions and 38 deletions

View File

@@ -5,8 +5,7 @@ case $BLOCK_BUTTON in
2) pulsemixer --toggle-mute ;;
4) pulsemixer --change-volume +5 ;;
5) pulsemixer --change-volume -5 ;;
3) pgrep -x dunst >/dev/null && notify-send "<b>📢 Volume module:</b>
- Shows volume 🔊, 🔇 if muted.
3) pgrep -x dunst >/dev/null && notify-send "📢 Volume module" "\- Shows volume 🔊, 🔇 if muted.
- Middle click to mute.
- Scroll to change."
esac