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: 9 months 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 (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-13T22:14:52.000Z (over 12 years ago)
- Last Synced: 2025-03-03T02:22:30.387Z (over 1 year 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 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'.

D. Running In Dunst
===================
