summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-07-12 02:19:38 +0100
committerjao <jao@gnu.org>2022-07-12 02:19:38 +0100
commitc9fc9bf2de70dca81c7d1b2a082cb2bfda53b734 (patch)
treee321e62164dd27b0c0f231f35584cacbef0e9bb6
parent0acaa1605346099dba9790716d5d4d80c83c22a6 (diff)
downloadxmobar-c9fc9bf2de70dca81c7d1b2a082cb2bfda53b734.tar.gz
xmobar-c9fc9bf2de70dca81c7d1b2a082cb2bfda53b734.tar.bz2
readme tweaks
-rw-r--r--readme.org54
1 files changed, 25 insertions, 29 deletions
diff --git a/readme.org b/readme.org
index 3cb2ca1..8a963af 100644
--- a/readme.org
+++ b/readme.org
@@ -27,34 +27,30 @@ channel, ~#xmobar~, at [[ircs://irc.libera.chat][Libera]].
manager! Most distributions compile xmobar with the =all_extensions=
flag, so you don't have to.
-***** Arch Linux
-
- #+begin_src shell
- pacman -S xmobar
- #+end_src
-
-***** Debian/Ubuntu based
-
- #+begin_src shell
- apt install xmobar
- #+end_src
-
-***** OpenSUSE
-
- #+begin_src shell
- zypper install xmobar
- #+end_src
-
-***** Void Linux
-
- #+begin_src shell
- xbps-install xmobar
- #+end_src
-
-***** Gentoo
- #+begin_src shell
- emerge --ask xmobar
- #+end_src
+ - Arch Linux
+ #+begin_src shell
+ pacman -S xmobar
+ #+end_src
+
+ - Debian/Ubuntu based
+ #+begin_src shell
+ apt install xmobar
+ #+end_src
+
+ - OpenSUSE
+ #+begin_src shell
+ zypper install xmobar
+ #+end_src
+
+ - Void Linux
+ #+begin_src shell
+ xbps-install xmobar
+ #+end_src
+
+ - Gentoo
+ #+begin_src shell
+ emerge --ask xmobar
+ #+end_src
*** Using cabal-install
@@ -168,7 +164,7 @@ channel, ~#xmobar~, at [[ircs://irc.libera.chat][Libera]].
- If you want to write your own plugins, see [[./doc/write-your-own-plugin.org][Write your own plugin]].
- For elaborated examples of how to use xmobar as a Haskell library
- to create your monitors, see [[https://codeberg.org/xmobar/xmobar-config][this repo at xmobar/xmobar-config]].
+ to create your monitors, see [[https://codeberg.org/jao/xmobar-config][this repo at jao/xmobar-config]].
- To understand the internal mysteries of xmobar you may try reading
[[https://wiki.haskell.org/X_window_programming_in_Haskell][this tutorial]] on X Window Programming in Haskell.