refactor: new system basics
This commit is contained in:
3
ncmpcpp/mpd-notification
Executable file
3
ncmpcpp/mpd-notification
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
SONG="$(mpc current)"
|
||||
notify-send "Now playing:" "$SONG"
|
||||
Reference in New Issue
Block a user