Skip to content

alamminsalo/qmlnotify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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