Dependencies for xmobar-0.15
Executables
xmobar
- filepath
- mtl (>=2.0 && <2.1)
- parsec (>=3.1 && <3.2)
- stm (>=2.3 && <2.4)
- time
- unix
- X11 (>=1.6 && <1.7)
- if flag(small_base)else
- base (<3)
- 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.7 && <0.8)
- if flag(with_alsa) || flag(all_extensions)
- alsa-core (>=0.5 && <0.6)
- alsa-mixer (>=0.1 && <0.2)
- 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)
Flags
Automatic Flags
| Name | Description | Default |
|---|---|---|
| small_base | Choose the new smaller, split-up base package. | Enabled |
| 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_threaded | Use threaded runtime | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info