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