Dependencies for xmobar-0.22.1
Executables
xmobar
- base (>=4 && <5)
- bytestring
- containers
- directory
- filepath
- HTTP (>=4000)
- mtl (>=2.1 && <2.3)
- old-locale
- parsec (>=3.1 && <3.2)
- process
- regex-compat
- stm (>=2.3 && <2.5)
- time
- transformers
- unix
- X11 (>=1.6.1)
- if flag(with_xft) || flag(all_extensions)
- utf8-string (>=0.3 && <0.4)
- X11-xft (>=0.2 && <0.4)
- if flag(with_utf8) || flag(all_extensions)
- utf8-string (>=0.3 && <0.4)
- if flag(with_inotify) || flag(all_extensions)
- hinotify (>=0.3 && <0.4)
- if flag(with_mpd) || flag(all_extensions)
- libmpd (>=0.9 && <0.10)
- if flag(with_alsa) || flag(all_extensions)
- alsa-core (>=0.5 && <0.6)
- alsa-mixer (>=0.2 && <0.3)
- if flag(with_datezone) || flag(all_extensions)
- timezone-olson (>=0.1 && <0.2)
- timezone-series (>=0.1 && <0.2)
- if flag(with_mpris) || flag(all_extensions)
- dbus (>=0.10)
- if flag(with_dbus) || flag(all_extensions)
- dbus (>=0.10)
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
with_xft | Use Xft to render text. UTF-8 support included. | Disabled |
with_utf8 | With UTF-8 support. | Enabled |
with_inotify | inotify support (modern Linux only). Required for the Mail and MBox plugins. | Disabled |
with_iwlib | Wireless info support. Required for the Wireless plugin, needs iwlib installed. | Disabled |
with_mpd | MPD support. Needs libmpd installed. | Disabled |
all_extensions | Includes all optional extensions. | Disabled |
with_alsa | Use alsa-mixer to get the volume from soundcards. | Disabled |
with_datezone | Enables localized date support. | Disabled |
with_mpris | MPRIS v1, v2 support. | Disabled |
with_dbus | Publish a service on the session bus for controlling xmobar. | Disabled |
with_xpm | Enable usage of xpm for icons | Disabled |
with_threaded | Use threaded runtime. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info