eworm-de / mpd-notification

Notify about tracks played by mpd
GNU General Public License v3.0
86 stars 23 forks source link

Change notification's text? #46

Closed niels0n closed 4 months ago

niels0n commented 4 months ago

Hey! First of all, thanks for this great piece of software :)

Is there someway to tweak the text of the notification? I ask this because the most prominent element of the notification is "MPD Notification", and the actual useful (for me) informations, like track and artist are smaller and less evident. It'd be great to be able to hide "MPD Notification", or at least make it smaller, giving more space to the rest and making it a bit cleaner.

eworm-de commented 4 months ago

The string "MPD Notification" is the topic of the notification. I just give the text, the actual formatting is done by the notification daemon.

But you can do some modifications at build time, have a look at config.h. (Run make config.h if it is not yet there.) Perhaps setting TEXT_TOPIC to an empty string or NULL gives your expected result.