weechat-notify/README.md

12 lines
586 B
Markdown
Raw Permalink Normal View History

2022-05-11 12:22:55 -05:00
# weechat-notify
tiny notification script for weechat.
i wrote this because all of the other notification scripts i could find didn't do something i wanted or were broken in another way.
requires: rust, notify-send, python
2022-05-17 11:37:21 -05:00
to build, first run `cargo build --release` then move `weechat-notify.py` and the generated .so (`target/release/libwn_backend.so`) to your python script directory (probably `~/.local/share/weechat/python` but could also be `~/.weechat/python`). then rename the .so to `wn_backend.so`
2022-05-11 12:22:55 -05:00
next, run `/script load weechat-notify.py` and enjoy your notifications!