6 lines
96 B
Plaintext
Raw Normal View History

2020-06-01 08:52:55 +02:00
#!/bin/sh
# Show mpd queue in notification.
2020-06-01 08:53:18 +02:00
notify-send -u normal "MPD queue" "$(mpc queued)"