mpc-notify

mpd/ncmpcc notifications with album covers
git clone https://git.pastanoggin.com/mpc-notify.git
Log | Files | Refs | README

commit d2fb362e27fcf5452497bf0e90961ca762c48c0b
parent 187d9ab5bfcd2a64c6be10e25bbaf298a8973802
Author: noodle <shawtynoodle@gmail.com>
Date:   Mon,  5 Jun 2023 05:33:05 +0300

notify-replace: change description

Diffstat:
Mnotify-replace | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/notify-replace b/notify-replace @@ -1,6 +1,6 @@ #!/bin/sh -e # Sends, remembers, and replaces notifications based on program name that's -# passed as first argument to script. +# passed as first argument to script. Uses notify-send. # Non-POSIX features used: flock(1) # TODO: consider replacing flock(1) with a POSIX-complaint alternative