| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: ghc-xmobar-devel | Distribution: openSUSE Tumbleweed |
| Version: 0.38 | Vendor: openSUSE |
| Release: 1.3 | Build date: Thu Jun 24 02:16:43 2021 |
| Group: Unspecified | Build host: obs-arm-6 |
| Size: 27545553 | Source RPM: xmobar-0.38-1.3.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: https://hackage.haskell.org/package/xmobar | |
| Summary: Haskell xmobar library development files | |
This package provides the Haskell xmobar library development files.
BSD-3-Clause
* Wed May 19 2021 psimons@suse.com
- Update xmobar to version 0.38.
[#]# Version 0.38 (May, 2021)
_Bug fixes_
- Fix off-by-one in strut calculation for `Static` position which reserved
space for the panel than necessary and caused issues in some multi-head
setups (fixes #530).
- Revert the double-UTF-8 encoding workarounds of 0.36 (#482), as they're no
longer necessary with xmonad-contrib master, and aren't needed with any
released version of xmonad-contrib either.
- Fix slow reactions to SIGUSR1/2 signals (reposition, change screen).
* Thu Dec 17 2020 Ondřej Súkup <mimi.vx@gmail.com>
- disable %{ix86} build
* Mon Nov 30 2020 psimons@suse.com
- Update xmobar to version 0.37.
[#]# Version 0.37 (November, 2020)
_New features_
- New command line option `--add-font` (Ivan Brennan)
- New monitor `MPDX` that extends `MPD` with the ability of having a
custom alias. Useful for connecting with multiple servers.
- New plugin `NotmuchMail` to monitor mail indexed by `notmuch`.
_Bug fixes_
- Fix date plugin not picking up DST and timezone changes (refresh
timezone once a minute to preserve the optimized performace of 0.34).
* Sun Aug 23 2020 psimons@suse.com
- Update xmobar to version 0.36.
[#]# Version 0.36 (August, 2020)
_New features_
- Monitor progress bars: a value of 0 for `-W` denotes an index in
the `-f` string, similar to icon patterns but using characters.
- New tag `<box>` to add borders around text (Unoqwy).
- `fc` color background now accepts an offset (Unoqwy).
_Bug fixes_
- Documentation fixes (Tomáš Janoušek)
- Don't get confused by empty configuration dirs (fixes #412)
- Xft rendering: Avoid encoding to UTF8 on all scenarios. This
causes issue to StdinReader monitor when the handle wasn't binary.
* Tue Aug 18 2020 Peter Simons <psimons@suse.com>
- Replace %setup -q with the more modern %autosetup macro.
* Sat Jun 27 2020 psimons@suse.com
- Update xmobar to version 0.35.1.
Upstream has edited the change log file since the last release in
a non-trivial way, i.e. they did more than just add a new entry
at the top. You can review the file at:
http://hackage.haskell.org/package/xmobar-0.35.1/src/changelog.md
* Sun Jun 14 2020 psimons@suse.com
- Update xmobar to version 0.34.
[#]# Version 0.34 (June, 2020)
_New features_
- New plugin `HandleReader` for reading data from a Haskell `Handle`. This is
useful if you are running xmobar from within a Haskell program.
- Build with ghc 8.10 allowed.
- Optimize date plugin by avoiding calling getTimeZone for each of
the time the date has to be updated. Instead, it's computed once
at the start and re-used for each invocation.
- Optimize Weather and UVMeter plugin by using global Manager instead of
creating for each http request when useManager is explicitly configured as False.
* Fri May 29 2020 Peter Trommler <ptrommler@icloud.com>
- increase disk space on ppc64, ppc64le
* Thu May 07 2020 Peter Simons <psimons@suse.com>
- Drop obsolete %setup hack to work around a missing Setup.hs file.
New ghc-rpm-macros do this automatically.
- Tweak dependency information to fix building with ghc-8.10.x.
* Thu Feb 27 2020 psimons@suse.com
- Update xmobar to version 0.33.
Upstream has edited the change log file since the last release in
a non-trivial way, i.e. they did more than just add a new entry
at the top. You can review the file at:
http://hackage.haskell.org/package/xmobar-0.33/src/changelog.md
* Mon Dec 09 2019 psimons@suse.com
- Update xmobar to version 0.32.
Upstream has edited the change log file since the last release in
a non-trivial way, i.e. they did more than just add a new entry
at the top. You can review the file at:
http://hackage.haskell.org/package/xmobar-0.32/src/changelog.md
* Fri Nov 08 2019 Peter Simons <psimons@suse.com>
- Drop obsolete group attributes.
* Sat Oct 12 2019 psimons@suse.com
- Update xmobar to version 0.31.
Upstream has edited the change log file since the last release in
a non-trivial way, i.e. they did more than just add a new entry
at the top. You can review the file at:
http://hackage.haskell.org/package/xmobar-0.31/src/changelog.md
* Fri Aug 23 2019 psimons@suse.com
- Update xmobar to version 0.30.
[#]# Version 0.30 (August, 2019)
_New features_
- New monitor `MultiCoreTemp`, thanks to Felix Springer.
- `DiskIO`: Additional template variables for absolute number of
bytes rather than speeds (see [issue #390].
- `WeatherX`: An extension to the `Weather` monitor allowing the
spefication of custom strings or icons for sky conditions.
- The battery monitors accept the new arguments `-a` and `-A` to
specify a system command executed if battery left goes beyond a
given threshold.
[issue #390]: https://github.com/jaor/xmobar/issues/390
* Tue Jun 11 2019 Peter Simons <psimons@suse.com>
- Build xmobar with 'datezone' extension enabled.
* Sun Mar 17 2019 psimons@suse.com
- Update xmobar to version 0.29.5.
[#]# Version 0.29.5 (March, 2019)
_Bug fixes_
- Honour command line flags when starting xmobar without any
configuration file (issue #375).
- `Alsa` plugin: restart `alsactl` if it quits, e.g. because of a
sleep/awake cycle (issue #376).
- `Weather` using the new HTTPS URL, which requires http-conduit as
a dependency (issue #378).
- `MarqueePipeReader` exported at the API level (issue #381).
* Tue Dec 25 2018 psimons@suse.com
- Update xmobar to version 0.29.4.
[#]# Version 0.29.4 (December, 2018)
Upgrade to alsa-mixer 0.3.0. See issues #372 and #373.
* Tue Dec 11 2018 psimons@suse.com
- Update xmobar to version 0.29.3.
[#]# Version 0.29.3 (December, 2018)
_Bug fixes_
- Upper bound for alsa_mixer (see [issue #372])
[issue #372]: https://github.com/jaor/xmobar/issues/372
* Sun Dec 09 2018 psimons@suse.com
- Update xmobar to version 0.29.2.
Upstream has edited the change log file since the last release in
a non-trivial way, i.e. they did more than just add a new entry
at the top. You can review the file at:
http://hackage.haskell.org/package/xmobar-0.29.2/src/changelog.md
* Thu Dec 06 2018 psimons@suse.com
- Update xmobar to version 0.29.1.
[#]# Version 0.29.1 (December, 2018)
_Bug fixes_
- Honour command line flags (fixes [issue #370])
- Expose Cmd and CmdX in Xmobar interface
[issue #370]: https://github.com/jaor/xmobar/issues/370
* Sat Dec 01 2018 psimons@suse.com
- Update xmobar to version 0.29.
- New `Alsa` monitor for volume display that doesn't use polling, by
Daniel Schüssler.
- `ThermalZone` retries reading missing files, thanks to Reed Koser.
- `TopProc` ignores kernel threads (see also [issue #369]).
- `Wireless` simple autodetection of wirless interface name (if set
to "").
- Experimental support for using xmobar as a library, so that
configurations are in fact Haskell programs a la Xmonad (beta
stage, with help from Pavan Rikhi). Traditional config files are
still (and will continue to be) supported.
- Correctly parsing configuration options `mwClass` and `wmName`.
[issue #369]: https://github.com/jaor/xmobar/issues/369
* Sun Oct 07 2018 psimons@suse.com
- Update xmobar to version 0.28.1.
- Dependencies updated to work with GHC 8.6, avoiding [issue #354].
[issue #354]: https://github.com/jaor/xmobar/issues/354
* Wed Aug 22 2018 psimons@suse.com
- Update xmobar to version 0.28.
[#]# Version 0.28
_New features_
- New `ComX`, which runs a command with custom exit error message.
_Bug fixes_
- hinotify version upgraded ([issue #356])
[issue #356]: https://github.com/jaor/xmobar/issues/356
* Tue Jul 31 2018 psimons@suse.com
- Add xmobar at version 0.27.
/usr/lib/ghc-8.10.4/package.conf.d/xmobar-0.38.conf /usr/lib/ghc-8.10.4/xmobar-0.38/Paths_xmobar.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Paths_xmobar.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Paths_xmobar.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/App /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/App/Compile.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/App/Compile.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/App/Compile.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/App/Config.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/App/Config.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/App/Config.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/App/EventLoop.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/App/EventLoop.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/App/EventLoop.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/App/Main.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/App/Main.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/App/Main.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/App/Opts.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/App/Opts.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/App/Opts.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/App/Timer.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/App/Timer.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/App/Timer.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Config /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Config/Parse.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Config/Parse.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Config/Parse.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Config/Types.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Config/Types.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Config/Types.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/BufferedPipeReader.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/BufferedPipeReader.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/BufferedPipeReader.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/CommandReader.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/CommandReader.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/CommandReader.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Date.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Date.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Date.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/DateZone.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/DateZone.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/DateZone.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/EWMH.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/EWMH.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/EWMH.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/HandleReader.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/HandleReader.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/HandleReader.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Kbd.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Kbd.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Kbd.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Locks.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Locks.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Locks.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/MBox.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/MBox.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/MBox.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Mail.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Mail.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Mail.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/MarqueePipeReader.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/MarqueePipeReader.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/MarqueePipeReader.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/Alsa.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/Alsa.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/Alsa.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/Batt.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/Batt.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/Batt.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/Bright.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/Bright.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/Bright.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/CatInt.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/CatInt.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/CatInt.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/Common /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/Common.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/Common.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/Common.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/Common/Files.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/Common/Files.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/Common/Files.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/Common/Output.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/Common/Output.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/Common/Output.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/Common/Parsers.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/Common/Parsers.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/Common/Parsers.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/Common/Run.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/Common/Run.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/Common/Run.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/Common/Types.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/Common/Types.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/Common/Types.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/CoreTemp.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/CoreTemp.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/CoreTemp.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/Cpu.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/Cpu.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/Cpu.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/CpuFreq.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/CpuFreq.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/CpuFreq.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/Disk.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/Disk.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/Disk.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/MPD.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/MPD.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/MPD.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/Mem.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/Mem.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/Mem.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/Mpris.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/Mpris.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/Mpris.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/MultiCoreTemp.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/MultiCoreTemp.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/MultiCoreTemp.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/MultiCpu.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/MultiCpu.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/MultiCpu.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/Net.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/Net.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/Net.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/Swap.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/Swap.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/Swap.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/Thermal.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/Thermal.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/Thermal.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/ThermalZone.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/ThermalZone.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/ThermalZone.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/Top.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/Top.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/Top.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/Uptime.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/Uptime.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/Uptime.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/Volume.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/Volume.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/Volume.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/Weather.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/Weather.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/Weather.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/Wireless.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/Wireless.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/Monitors/Wireless.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/NotmuchMail.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/NotmuchMail.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/NotmuchMail.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/PipeReader.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/PipeReader.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/PipeReader.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/StdinReader.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/StdinReader.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/StdinReader.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/XMonadLog.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/XMonadLog.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Plugins/XMonadLog.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Run /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Run/Command.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Run/Command.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Run/Command.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Run/Exec.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Run/Exec.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Run/Exec.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Run/Runnable.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Run/Runnable.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Run/Runnable.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Run/Template.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Run/Template.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Run/Template.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Run/Types.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Run/Types.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/Run/Types.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/System /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/System/DBus.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/System/DBus.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/System/DBus.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/System/Environment.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/System/Environment.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/System/Environment.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/System/Kbd.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/System/Kbd.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/System/Kbd.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/System/Localize.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/System/Localize.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/System/Localize.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/System/Signal.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/System/Signal.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/System/Signal.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/System/StatFS.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/System/StatFS.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/System/StatFS.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/System/Utils.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/System/Utils.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/System/Utils.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/X11 /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/X11/Actions.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/X11/Actions.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/X11/Actions.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/X11/Bitmap.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/X11/Bitmap.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/X11/Bitmap.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/X11/ColorCache.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/X11/ColorCache.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/X11/ColorCache.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/X11/Draw.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/X11/Draw.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/X11/Draw.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/X11/Events.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/X11/Events.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/X11/Events.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/X11/MinXft.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/X11/MinXft.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/X11/MinXft.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/X11/Parsers.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/X11/Parsers.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/X11/Parsers.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/X11/Text.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/X11/Text.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/X11/Text.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/X11/Types.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/X11/Types.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/X11/Types.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/X11/Window.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/X11/Window.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/X11/Window.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/X11/XPMFile.dyn_hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/X11/XPMFile.hi /usr/lib/ghc-8.10.4/xmobar-0.38/Xmobar/X11/XPMFile.p_hi /usr/lib/ghc-8.10.4/xmobar-0.38/libHSxmobar-0.38-DBLjK5x8OqyJgVivo7KxVI.a /usr/lib/ghc-8.10.4/xmobar-0.38/libHSxmobar-0.38-DBLjK5x8OqyJgVivo7KxVI_p.a /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38 /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/Xmobar-Plugins-Monitors-Common-Run.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/Xmobar-Plugins-Monitors-Common-Types.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/Xmobar-Plugins-Monitors-Common.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/Xmobar-Plugins-Monitors-Cpu.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/Xmobar.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/doc-index-A.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/doc-index-All.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/doc-index-B.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/doc-index-C.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/doc-index-D.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/doc-index-E.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/doc-index-F.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/doc-index-G.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/doc-index-H.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/doc-index-I.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/doc-index-K.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/doc-index-L.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/doc-index-M.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/doc-index-N.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/doc-index-O.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/doc-index-P.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/doc-index-Q.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/doc-index-R.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/doc-index-S.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/doc-index-T.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/doc-index-U.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/doc-index-V.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/doc-index-W.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/doc-index-X.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/doc-index-Y.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/doc-index-Z.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/doc-index.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/haddock-bundle.min.js /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/index.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/linuwial.css /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/meta.json /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/quick-jump.css /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Paths_xmobar.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.App.Compile.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.App.Config.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.App.EventLoop.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.App.Main.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.App.Opts.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.App.Timer.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.Config.Parse.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.Config.Types.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.Plugins.BufferedPipeReader.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.Plugins.CommandReader.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.Plugins.Date.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.Plugins.DateZone.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.Plugins.EWMH.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.Plugins.HandleReader.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.Plugins.Kbd.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.Plugins.Locks.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.Plugins.MBox.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.Plugins.Mail.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.Plugins.MarqueePipeReader.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.Plugins.Monitors.Alsa.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.Plugins.Monitors.Batt.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.Plugins.Monitors.Bright.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.Plugins.Monitors.CatInt.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.Plugins.Monitors.Common.Files.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.Plugins.Monitors.Common.Output.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.Plugins.Monitors.Common.Parsers.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.Plugins.Monitors.Common.Run.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.Plugins.Monitors.Common.Types.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.Plugins.Monitors.Common.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.Plugins.Monitors.CoreTemp.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.Plugins.Monitors.Cpu.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.Plugins.Monitors.CpuFreq.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.Plugins.Monitors.Disk.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.Plugins.Monitors.MPD.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.Plugins.Monitors.Mem.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.Plugins.Monitors.Mpris.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.Plugins.Monitors.MultiCoreTemp.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.Plugins.Monitors.MultiCpu.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.Plugins.Monitors.Net.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.Plugins.Monitors.Swap.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.Plugins.Monitors.Thermal.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.Plugins.Monitors.ThermalZone.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.Plugins.Monitors.Top.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.Plugins.Monitors.Uptime.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.Plugins.Monitors.Volume.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.Plugins.Monitors.Weather.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.Plugins.Monitors.Wireless.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.Plugins.Monitors.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.Plugins.NotmuchMail.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.Plugins.PipeReader.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.Plugins.StdinReader.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.Plugins.XMonadLog.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.Run.Command.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.Run.Exec.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.Run.Runnable.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.Run.Template.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.Run.Types.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.System.DBus.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.System.Environment.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.System.Kbd.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.System.Localize.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.System.Signal.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.System.StatFS.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.System.Utils.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.X11.Actions.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.X11.Bitmap.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.X11.ColorCache.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.X11.Draw.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.X11.Events.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.X11.MinXft.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.X11.Parsers.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.X11.Text.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.X11.Types.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.X11.Window.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.X11.XPMFile.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/Xmobar.html /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/highlight.js /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/src/style.css /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/synopsis.png /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/xmobar.haddock /usr/share/doc/ghc-8.10.4/html/libraries/xmobar-0.38/xmobar.txt /usr/share/doc/packages/ghc-xmobar-devel /usr/share/doc/packages/ghc-xmobar-devel/changelog.md /usr/share/doc/packages/ghc-xmobar-devel/doc /usr/share/doc/packages/ghc-xmobar-devel/doc/plugins.org /usr/share/doc/packages/ghc-xmobar-devel/doc/quick-start.org /usr/share/doc/packages/ghc-xmobar-devel/examples /usr/share/doc/packages/ghc-xmobar-devel/examples/padding-icon.sh /usr/share/doc/packages/ghc-xmobar-devel/examples/xmobar.config /usr/share/doc/packages/ghc-xmobar-devel/examples/xmobar.hs /usr/share/doc/packages/ghc-xmobar-devel/examples/xmonadpropwrite.hs /usr/share/doc/packages/ghc-xmobar-devel/readme.org
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Oct 24 23:22:36 2025