From d574e620411a6743805b3f0233b55bfdebfa05c9 Mon Sep 17 00:00:00 2001 From: Jochen Keil Date: Sat, 11 Aug 2012 22:20:30 +0200 Subject: Documentation for the DBus Interface --- readme.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 6fb6ef2..5ea2cc4 100644 --- a/readme.md +++ b/readme.md @@ -301,6 +301,30 @@ xmobar --help): Mail bug reports and suggestions to +## The DBus Interface + +xmobar can be controlled over dbus. All signals defined in [src/Signal.hs] as +`data SignalType` can now be sent over dbus to xmobar. + +[src/Signal.hs]: https://github.com/jaor/xmobar/raw/master/src/Signal.hs + +- Bus Name: `org.Xmobar.Control` +- Object Path: `/org/Xmobar/Control` +- Member Name: Any of SignalType, e.g. `string:Reveal` +- Interface Name: `org.Xmobar.Control` + +An example using the `dbus-send` command line utility: + + dbus-send \ + --session \ + --dest=org.Xmobar.Control \ + --type=method_call \ + --print-reply \ + '/org/Xmobar/Control' \ + org.Xmobar.Control.SendSignal \ + "string:Toggle" + + ## The Output Template The output template must contain at least one command. xmobar will -- cgit v1.2.3