alamminsalo / qmlnotify

Awesome notification server in QML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Awesome notification server in QML


Languages

Language:QML 67.5%Language:C++ 29.3%Language:QMake 3.2%