davemds pushed a commit to branch master. http://git.enlightenment.org/enlightenment/modules/edgar.git/commit/?id=06dd897f2e3b3b6e7410fc6b6613549de92083b7
commit 06dd897f2e3b3b6e7410fc6b6613549de92083b7 Author: davemds <[email protected]> Date: Fri Aug 29 21:07:41 2014 +0200 Some instructions in the README --- README | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 52 insertions(+), 1 deletion(-) diff --git a/README b/README index b823ce8..b039070 100644 --- a/README +++ b/README @@ -1,4 +1,55 @@ Edgar Gadget Loader -This module load python gadgets in enlightenments. +This module load python gadgets in Enlightenment. + +Requirements +============ + +* Enlightenment >= 0.17 +* Python >= 3.2 (also the -dev package if your disto need them) +* Python-EFL >= 1.11 (built for python3) +* python3-dbus + + +Install +======= + +To install the edgar module use the standard: + + ./autogen.sh + make + (sudo) make install + +If py3 is not the default on your system you need to specify the version: + + PYTHON_VERSION=3.x ./autogen.sh + + +Gadgets are in the GADGETS/ folder, to install them just use: + + (sudo) make install + + +The Audio gadget +================ + +The gadget provide PulseAudio + mpris2 integration. + +It dbus to speak with PulseAudio, thus you need to enable dbus in pulse, +in the /etc/pulse/default.pa you need to have the line: + + load-module module-dbus-protocol + +Usage tips: + * the main speaker act on the pulse fallback channel, you can change that + using the pavucontrol application. + * mouse-wheel on the speaker to change volume. + * middle-click on the speaker or any slider to toggle mute. + + +The led-clock gadget +==================== + +Usage tips: + * click on the first led column to trigger fancy animations. --
