Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/agherzan/centsent

A tiny script which sends a notify message to system when new message arrives in centerim
https://github.com/agherzan/centsent

Last synced: about 1 month ago
JSON representation

A tiny script which sends a notify message to system when new message arrives in centerim

Awesome Lists containing this project

README

        

##Table of Contents##
- [A. Description](#a-description)
- [B. Installation](#b-installation)
- [B.1. Prerequisites](#b1-prerequisites)
- [B.2. Install](#b2-install)
- [C. Configuration](#c-configuration)
- [D. Running In Dunst](#d-running-in-dunst)

A. Description
==============
centsent is a script to be used in conjuction with centerim5 to notify desktop
about new chat entries. The notifications will come ONLY if the focused window
is not the one running centerim5. It uses libnotify

B. Installation
===============

B.1. Prerequisites
------------------
It uses libnotify so make sure you have installed 'notify-send'.

You should have centerim5 installed on your system. For more info check:
http://www.centerim.org/index.php/Main_Page

After compiling and installing centerim, install needed plugin:
$ cd
$ cp plugins/.libs/extaction.so ~/.centerim5/plugins

B.2. Install
------------
Just copy centsent wherever you want but remember the path.

C. Configuration
================
Run centerim, go to Setting/Plugins, activate "External actions" and set
"Command:" to point to the file you copied in 'B.2. Install'.

![Screenshot](screens/centerim-set-plugin.jpg)

D. Running In Dunst
===================
![Screenshot](screens/new-notification-dunst.jpg)