summaryrefslogtreecommitdiffhomepage
path: root/readme.md
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2012-08-13 15:18:21 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2012-08-13 15:18:21 +0200
commit8fc0a060f551532e6f09cc5c392e8e157195a4b8 (patch)
treeea6035bfec94d995a70a899ad0d8bc537fc463db /readme.md
parent359769944a8cb0ac80537458af0e49cc8f68d01b (diff)
downloadxmobar-8fc0a060f551532e6f09cc5c392e8e157195a4b8.tar.gz
xmobar-8fc0a060f551532e6f09cc5c392e8e157195a4b8.tar.bz2
Typo
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/readme.md b/readme.md
index 36c2173..35b28b5 100644
--- a/readme.md
+++ b/readme.md
@@ -300,11 +300,12 @@ xmobar --help):
## 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.
-Due to current limitations of the implementation only one process of xmobar can
-aquire the dbus. This is handled in a FCFS manor, meaning that the first process
-will get the dbus interface. Other processes will run without further problems,
+xmobar can be controlled over dbus. All signals defined in
+[src/Signal.hs] as `data SignalType` can now be sent over dbus to
+xmobar. Due to current limitations of the implementation only one
+process of xmobar can aquire the dbus. This is handled on a
+first-come-first-seved basis, meaning that the first process will get
+the dbus interface. Other processes will run without further problems,
yet have no dbus interface.
[src/Signal.hs]: https://github.com/jaor/xmobar/raw/master/src/Signal.hs