Qmlnotify Save

Awesome notification server in QML

Project README

qmlnotify

gif1 gif2 gif3 gif4

What is it?

Desktop notification server which implements org.freedesktop.Notifications, using modern Qt/Qml technologies

Usage

  • 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!

Building instructions

Install needed packages (arch examples)

sudo pacman -S qt5-base

Clone from github and compile

git clone https://github.com/alamminsalo/qmlnotify
cd qmlnotify
mkdir build && cd build
qmake ../
make

Test it

./qmlnotify
Open Source Agenda is not affiliated with "Qmlnotify" Project. README Source: alamminsalo/qmlnotify
Stars
145
Open Issues
0
Last Commit
5 years ago

Open Source Agenda Badge

Open Source Agenda Rating