6 lines
94 B
Plaintext
6 lines
94 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# Show mpd queue in notification.
|
||
|
|
||
|
notify-send -u normal "MPD queue" "Solar - Amy"
|