From fa331fc7792eeadecebe97bf05319f47313b3e41 Mon Sep 17 00:00:00 2001 From: Viktor Bezuglov Date: Mon, 2 Sep 2024 23:26:24 +0600 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 58d4ba6..f9b91f3 100644 --- a/README.md +++ b/README.md @@ -55,3 +55,19 @@ sudo cp target/release/rustyfications /usr/bin/rustyfications ``` From now you don't need to manually start daemon. It will be activated automatically on any client request + +## Planning + +- configuration +- more capabilities and hints support +- ipc like stuff to call already running daemon +- [SwayNotificationCcenter](https://github.com/ErikReider/SwayNotificationCenter)-like sidebar window +- packaging + +## Motivation + +Practice myself and write something that I will use every day. + +Other tools don't quite meet my needs. + +Highly inspired by [SwayNotificationCcenter](https://github.com/ErikReider/SwayNotificationCenter)