Metadata-Version: 2.1
Name: notifd
Version: 0.0.2
Project-URL: Homepage, https://github.com/rmoretto/notifd
Project-URL: Bug Tracker, https://github.com/rmoretto/notifd/issues
Author-email: Rodrigo Ce Moretto <rodrigo.ce.moretto@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: click
Requires-Dist: dbus-python
Requires-Dist: pillow
Requires-Dist: pygobject
Description-Content-Type: text/markdown

# NotifD

### About

Simple DBus notification watcher scripts. 

### Usage

Running the watcher script:
```bash
$ notifd
```

Using the notifdctl:
```bash
$ notifdctl --help

Usage: .notifdctl-wrapped [OPTIONS] COMMAND [ARGS]...

Options:
  --help  Show this message and exit.

Commands:
  clear
  list
  pop
```
