summaryrefslogtreecommitdiffhomepage
path: root/doc/compiling.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-07-24 16:12:39 +0100
committerjao <jao@gnu.org>2022-07-24 16:12:39 +0100
commit141e071d0d523a521e0e790efbb57a95854aaaed (patch)
tree884a1392291ceac8c404bdaa6b4d324c054fc390 /doc/compiling.org
parentac8a9ed723f1fed8d8a7158e135c72e2b92677c5 (diff)
downloadxmobar-141e071d0d523a521e0e790efbb57a95854aaaed.tar.gz
xmobar-141e071d0d523a521e0e790efbb57a95854aaaed.tar.bz2
documentation: header levels re-adjusted
Diffstat (limited to 'doc/compiling.org')
-rw-r--r--doc/compiling.org102
1 files changed, 51 insertions, 51 deletions
diff --git a/doc/compiling.org b/doc/compiling.org
index 9a97967..e262ba0 100644
--- a/doc/compiling.org
+++ b/doc/compiling.org
@@ -37,74 +37,74 @@ them to =stack= directly:
stack install --flag xmobar:all_extensions
#+end_src
-*** Optional features
+** Optional features
- You can configure xmobar to include some optional plugins and
- features, which are not compiled by default. To that end, you need
- to add one or more flags to either the cabal install command or
- the configure setup step, as shown in the examples above.
+ You can configure xmobar to include some optional plugins and
+ features, which are not compiled by default. To that end, you need
+ to add one or more flags to either the cabal install command or
+ the configure setup step, as shown in the examples above.
- Extensions need additional libraries (listed below) that will be
- automatically downloaded and installed if you're using cabal
- install. Otherwise, you'll need to install them yourself.
+ Extensions need additional libraries (listed below) that will be
+ automatically downloaded and installed if you're using cabal
+ install. Otherwise, you'll need to install them yourself.
- - =with_dbus= Enables support for DBUS by making xmobar to publish a
- service on the session bus. Requires the [[http://hackage.haskell.org/package/dbus][dbus]] package.
+ - =with_dbus= Enables support for DBUS by making xmobar to publish a
+ service on the session bus. Requires the [[http://hackage.haskell.org/package/dbus][dbus]] package.
- - =with_threaded= Uses GHC's threaded runtime. Use this option if xmobar
- enters a high-CPU regime right after starting.
+ - =with_threaded= Uses GHC's threaded runtime. Use this option if xmobar
+ enters a high-CPU regime right after starting.
- - =with_utf8= UTF-8 support. Requires the [[http://hackage.haskell.org/package/utf8-string/][utf8-string]] package.
+ - =with_utf8= UTF-8 support. Requires the [[http://hackage.haskell.org/package/utf8-string/][utf8-string]] package.
- - =with_xft= Antialiased fonts. Requires the [[http://hackage.haskell.org/package/X11-xft/][X11-xft]] package. This
- option automatically enables UTF-8. To use XFT fonts you need to use
- the =xft:= prefix in the =font= configuration option. For instance:
+ - =with_xft= Antialiased fonts. Requires the [[http://hackage.haskell.org/package/X11-xft/][X11-xft]] package. This
+ option automatically enables UTF-8. To use XFT fonts you need to use
+ the =xft:= prefix in the =font= configuration option. For instance:
- #+begin_src haskell
- font = "xft:Times New Roman-10:italic"
- #+end_src
+ #+begin_src haskell
+ font = "xft:Times New Roman-10:italic"
+ #+end_src
- Or to have fallback fonts, just separate them by commas:
+ Or to have fallback fonts, just separate them by commas:
- #+begin_src haskell
- font = "xft:Open Sans:size=9,WenQuanYi Zen Hei:size=9"
- #+end_src
+ #+begin_src haskell
+ font = "xft:Open Sans:size=9,WenQuanYi Zen Hei:size=9"
+ #+end_src
- - =with_mpd= Enables support for the [[http://mpd.wikia.com/][MPD]] daemon. Requires the [[http://hackage.haskell.org/package/libmpd/][libmpd]]
- package.
+ - =with_mpd= Enables support for the [[http://mpd.wikia.com/][MPD]] daemon. Requires the [[http://hackage.haskell.org/package/libmpd/][libmpd]]
+ package.
- - =with_mpris= Enables support for MPRIS v1/v2 protocol. Requires the
- [[http://hackage.haskell.org/package/dbus][dbus]] and [[http://hackage.haskell.org/package/text][text]] packages.
+ - =with_mpris= Enables support for MPRIS v1/v2 protocol. Requires the
+ [[http://hackage.haskell.org/package/dbus][dbus]] and [[http://hackage.haskell.org/package/text][text]] packages.
- - =with_inotify= Support for inotify in modern Linux kernels. This
- option is needed for the MBox and Mail plugins to work. Requires the
- [[http://hackage.haskell.org/package/hinotify/][hinotify]] package.
+ - =with_inotify= Support for inotify in modern Linux kernels. This
+ option is needed for the MBox and Mail plugins to work. Requires the
+ [[http://hackage.haskell.org/package/hinotify/][hinotify]] package.
- - =with_nl80211= Support for wireless cards on Linux via nl80211 (all
- upstream drivers). Enables the Wireless plugin. Requires [netlink] and
- [cereal] packages.
+ - =with_nl80211= Support for wireless cards on Linux via nl80211 (all
+ upstream drivers). Enables the Wireless plugin. Requires [netlink] and
+ [cereal] packages.
- - =with_iwlib= Support for wireless cards via Wext ioctls (deprecated).
- Enables the Wireless plugin. No Haskell library is required, but you
- will need the [[http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html][iwlib]] C library and headers in your system (e.g.,
- install =libiw-dev= in Debian-based systems or =wireless_tools= on
- Arch Linux). Conflicts with =with_nl80211=.
+ - =with_iwlib= Support for wireless cards via Wext ioctls (deprecated).
+ Enables the Wireless plugin. No Haskell library is required, but you
+ will need the [[http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html][iwlib]] C library and headers in your system (e.g.,
+ install =libiw-dev= in Debian-based systems or =wireless_tools= on
+ Arch Linux). Conflicts with =with_nl80211=.
- - =with_alsa= Support for ALSA sound cards. Enables the Volume plugin.
- Requires the [[http://hackage.haskell.org/package/alsa-mixer][alsa-mixer]] package. To install the latter, you'll need
- the [[http://packages.debian.org/stable/libasound2-dev][libasound]] C library and headers in your system (e.g., install
- =libasound2-dev= in Debian-based systems).
+ - =with_alsa= Support for ALSA sound cards. Enables the Volume plugin.
+ Requires the [[http://hackage.haskell.org/package/alsa-mixer][alsa-mixer]] package. To install the latter, you'll need
+ the [[http://packages.debian.org/stable/libasound2-dev][libasound]] C library and headers in your system (e.g., install
+ =libasound2-dev= in Debian-based systems).
- - =with_datezone= Support for other timezones. Enables the DateZone
- plugin. Requires [[http://hackage.haskell.org/package/timezone-olson][timezone-olson]] and [[http://hackage.haskell.org/package/timezone-series][timezone-series]] package.
+ - =with_datezone= Support for other timezones. Enables the DateZone
+ plugin. Requires [[http://hackage.haskell.org/package/timezone-olson][timezone-olson]] and [[http://hackage.haskell.org/package/timezone-series][timezone-series]] package.
- - =with_xpm= Support for xpm image file format. This will allow loading
- .xpm files in =<icon>=. Requires the [[http://cgit.freedesktop.org/xorg/lib/libXpm][libXpm]] C library.
+ - =with_xpm= Support for xpm image file format. This will allow loading
+ .xpm files in =<icon>=. Requires the [[http://cgit.freedesktop.org/xorg/lib/libXpm][libXpm]] C library.
- - =with_uvmeter= Enables UVMeter plugin. The plugin shows UV data for
- Australia.
+ - =with_uvmeter= Enables UVMeter plugin. The plugin shows UV data for
+ Australia.
- - =with_weather= Support to display weather information. Enables Weather
- plugin.
+ - =with_weather= Support to display weather information. Enables Weather
+ plugin.
- - =all_extensions= Enables all the extensions above.
+ - =all_extensions= Enables all the extensions above.