Desktop notification server which implements org.freedesktop.Notifications, using modern Qt/Qml technologies
- Start the server
- Test via notify-send or similar
- Write your own qml component and start the server with param
--qml $YOUR_QML_NOTIFICATION_COMPONENT
- Enjoy!
sudo pacman -S qt5-base
git clone https://github.com/alamminsalo/qmlnotify
cd qmlnotify
mkdir build && cd build
qmake ../
make
./qmlnotify