From c9fc9bf2de70dca81c7d1b2a082cb2bfda53b734 Mon Sep 17 00:00:00 2001 From: jao Date: Tue, 12 Jul 2022 02:19:38 +0100 Subject: readme tweaks --- readme.org | 54 +++++++++++++++++++++++++----------------------------- 1 file 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. -- cgit v1.2.3