Dependencies for xmobar-0.43
Libraries
xmobar
- aeson (>=1.4.7.1)
- async
- base (>=4.11.0 && <4.17)
- bytestring (>=0.10.8.2)
- containers
- directory
- extensible-exceptions (>=0.1 && <0.2)
- filepath
- mtl (>=2.1 && <2.3)
- old-locale
- parsec (>=3.1 && <3.2)
- parsec-numbers (>=0.1.0)
- process
- regex-compat
- stm (>=2.3 && <2.6)
- time
- transformers
- unix
- X11 (>=1.6.1)
- if impl(ghc<8.0.2)
- if flag(with_xft) || flag(all_extensions)
- utf8-string (>=0.3 && <1.1)
- X11-xft (>=0.2 && <0.4)
- if flag(with_utf8) || flag(all_extensions)
- utf8-string (>=0.3 && <1.1)
- if flag(with_inotify) || flag(all_extensions)
- hinotify (>=0.3 && <0.5)
- if flag(with_iwlib)
- iwlib (>=0.1.0 && <0.2)
- if !flag(with_iwlib) && (flag(with_nl80211) || flag(all_extensions))
- if flag(with_mpd) || flag(all_extensions)
- libmpd (>=0.9.2.0)
- if flag(with_alsa) || flag(all_extensions)
- alsa-core (>=0.5 && <0.6)
- alsa-mixer (>=0.3 && <0.4)
- process (>=1.4.3.0)
- if flag(with_datezone) || flag(all_extensions)
- timezone-olson (>=0.2 && <0.3)
- timezone-series (>=0.1 && <0.2)
- if flag(with_mpris) || flag(all_extensions)
- dbus (>=1)
- if flag(with_dbus) || flag(all_extensions)
- dbus (>=1)
- if flag(with_weather) || flag(all_extensions)
- if flag(with_uvmeter)
- if flag(with_kraken)
- aeson (>=1.5.6 && <1.5.7)
- text (>=1.2.4 && <1.2.5)
- unordered-containers (>=0.2.14 && <0.2.15)
- vector (>=0.12.3 && <0.12.4)
- websockets (>=0.12 && <0.13)
- wuss (>=1.1 && <1.2)
- if os(freebsd)
Executables
xmobar
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 via Wext ioctls (deprecated). Required for the Wireless plugin, needs iwlib installed. | Disabled |
with_nl80211 | Wireless info support via nl80211. Required for the Wireless plugin on systems running Linux, the kernel. | 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. Required for timer coalescing (less power usage). | Disabled |
with_rtsopts | Use -with-rtsopts=-V0 to reduce wakeups. | Enabled |
with_uvmeter | UVMeter only useful to australians. | Disabled |
with_weather | Enable weather plugin. | Enabled |
with_kraken | Enable Kraken plugin. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info