updated on Wed Jan 18 08:00:29 UTC 2012
[aur-mirror.git] / noteo-output-macopix / noteo-output-macopix.install
blobe31a1aa21fc6d2030e6b9563669fc35cc54f77d2
1 post_install() {
2   cat << EOF
3 ==> To run this module, add Macopix to ~/.config/noteo/noteo.conf
4 - Example:
5    module-names = Macopix,
6   or module-names = MPD, Popup, Macopix
7   (notice the comma, it is needed)
8 ==> Configuration
9    You can configure options on ~/.config/noteo/Macopix.conf
10    This file will be created after the first run of the plugin.
11    Options : 
12         macopix-step  (default = 0), integer - Defines the time to wait before displaying the next letter (typewriter style)
13         macopix-force-default-timeout (default = False), boolean - Forces the default timeout to be used
14         macopix-default-timeout (default = 5000), integer - Time in ms to wait before closing the popup is not timeout is provided
15 ==> Conflicts
16    If you had already installed NotifyMacopix (noteo-notify-macopix), please remove it from module-names.
17    This plugin no longer conflicts with noteo-notify.
18 ==> Usage
19    Please run macopix --sockmsg instead of macopix alone, otherwise this plugin won't work.
20 EOF
24 op=$1
25 shift
26 $op $*