Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/agherzan/centsent
- Owner: agherzan
- Created: 2013-12-23T23:38:42.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-13T22:14:52.000Z (almost 11 years ago)
- Last Synced: 2024-05-01T21:03:29.265Z (7 months ago)
- Language: Shell
- Homepage:
- Size: 172 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 libnotifyB. 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_PageAfter compiling and installing centerim, install needed plugin:
$ cd
$ cp plugins/.libs/extaction.so ~/.centerim5/pluginsB.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)