summaryrefslogtreecommitdiffhomepage
path: root/doc/quick-start.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-07-10 01:53:53 +0100
committerjao <jao@gnu.org>2022-07-10 01:54:51 +0100
commitceeebe04a619402095c177d4b224a2df35e1da25 (patch)
tree0d5191543809250b41adc45ec314ed1e5be3cd41 /doc/quick-start.org
parentc4a14a056fc9f12a103cc70d44282f18601e39ad (diff)
downloadxmobar-ceeebe04a619402095c177d4b224a2df35e1da25.tar.gz
xmobar-ceeebe04a619402095c177d4b224a2df35e1da25.tar.bz2
Links to new repo in codeberg
Diffstat (limited to 'doc/quick-start.org')
-rw-r--r--doc/quick-start.org27
1 files changed, 13 insertions, 14 deletions
diff --git a/doc/quick-start.org b/doc/quick-start.org
index 929deb6..7625d50 100644
--- a/doc/quick-start.org
+++ b/doc/quick-start.org
@@ -7,7 +7,7 @@ loot at [[../examples/xmobar.hs][examples/xmobar.hs]] or, for a more complicated
[[https://gitlab.com/jaor/xmobar-config/][the author's configuration]].
There is also an example of a config using the configuration language
-available [[http://github.com/jaor/xmobar/raw/master/examples/xmobar.config][here]].
+available [[https://codeberg.org/jao/xmobar/src/branch/master/examples/xmobar.config][here]].
* Command Line Options
@@ -410,11 +410,11 @@ available [[http://github.com/jaor/xmobar/raw/master/examples/xmobar.config][her
*** Dynamically sizing xmobar
- See [[https://github.com/jaor/xmobar/issues/239#issuecomment-233206552][this idea]] by Jonas Camillus Jeppensen for a way of adapting
- dynamically xmobar's size and run it alongside a system tray widget such
- as trayer or stalonetray (although the idea is not limited to trays,
- really). For your convenience, there is a version of Jonas' script in
- [[../examples/padding-icon.sh][examples/padding-icon.sh]].
+ See [[https://codeberg.org/jao/xmobar/issues/239#issuecomment-233206552][this idea]] by Jonas Camillus Jeppensen for a way of adapting
+ dynamically xmobar's size and run it alongside a system tray widget such
+ as trayer or stalonetray (although the idea is not limited to trays,
+ really). For your convenience, there is a version of Jonas' script in
+ [[../examples/padding-icon.sh][examples/padding-icon.sh]].
*** Signal Handling
@@ -426,15 +426,14 @@ available [[http://github.com/jaor/xmobar/raw/master/examples/xmobar.config][her
screen.
* The DBus Interface
- When compiled with the optional =with_dbus= flag, xmobar can be
- controlled over dbus. All signals defined in [[https://github.com/jaor/xmobar/blob/master/src/Xmobar/System/Signal.hs][src/Signal.hs]] as =data
- SignalType= can now be sent over dbus to xmobar.
+ When compiled with the optional =with_dbus= flag, xmobar can be controlled
+ over dbus. All signals defined in [[../src/Xmobar/System/Signal.hs][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 acquire the dbus. This is handled on a
- first-come-first-served basis, meaning that the first process will
- get the dbus interface. Other processes will run without further
- problems, yet have no dbus interface.
+ Due to current limitations of the implementation only one process of xmobar
+ can acquire the dbus. This is handled on a first-come-first-served basis,
+ meaning that the first process will get the dbus interface. Other processes
+ will run without further problems, yet have no dbus interface.
- Bus Name: =org.Xmobar.Control=
- Object Path: =/org/Xmobar/Control=