WeeChat-Notificatoins is a plugin for WeeChat, a CLI chat client on linux with i3-wm instructions.
- Forked from https://github.com/omart075/WeeNotifyMatrix.
- WeeChat-Notifications displays a notification whenever a message is received on any buffer you have on WeeChat.
- Uses dunst & notify-send to display notifications.
git clone https://github.com/lramo062/WeeChat-Notifications/
- Move script to WeeChat's Python Directory:
mv weeNotify.py ~/.weechat/python
- Go into WeeChat's autoload directory for Python:
cd ~/.weechat/python/autoload
- Make a link to script from Weechat's Python dir to WeeChat's autoload dir:
ln -s ../weeNotify.py
- Add the dunstrc file to correct path
cp dunstrc /usr/share/dunstrc
- For i3-wm users you will need to add the following to your config file:
exec --no-startup-id dunst -config /usr/share/dunst/dunstrc