Remove redirect notify-end output to cmus.txt

This commit is contained in:
Yorick Barbanneau 2023-04-16 19:24:38 +02:00
parent 77eb7d2058
commit 829cef32d0

View file

@ -32,4 +32,4 @@ then
body="$body ${date%%-*}"
fi
body=${body:-'no informations'}
notify-send --app-name=cmus -i "$image" "$title" "$body" > ~/cmus.txt
notify-send --app-name=cmus -i "$image" "$title" "$body"