Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: xmobar | Distribution: SUSE Linux Enterprise 15 SP6 |
Version: 0.41 | Vendor: openSUSE |
Release: bp156.3.8 | Build date: Tue May 14 06:58:56 2024 |
Group: Unspecified | Build host: s390zp27 |
Size: 83896795 | Source RPM: xmobar-0.41-bp156.3.8.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://hackage.haskell.org/package/xmobar | |
Summary: A Minimalistic Text Based Status Bar |
Xmobar is a minimalistic text based status bar. Inspired by the Ion3 status bar, it supports similar features, like dynamic color management, output templates, and extensibility through plugins.
BSD-3-Clause
* Sat Jan 01 2022 Peter Simons <psimons@suse.com> - Update xmobar to version 0.41. [#]# Version 0.41 (January, 2022) _New features_ - Disk monitors for FreeBSD (Michal Zielonka). - Improvements to signal handling when using xmobar as a library (John Soo). * Sat Nov 06 2021 psimons@suse.com - Update xmobar to version 0.40. 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.40/src/changelog.md * Fri Aug 13 2021 psimons@suse.com - Update xmobar to version 0.39. 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.39/src/changelog.md * 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/bin/xmobar /usr/share/doc/packages/xmobar /usr/share/doc/packages/xmobar/changelog.md /usr/share/doc/packages/xmobar/doc /usr/share/doc/packages/xmobar/doc/plugins.org /usr/share/doc/packages/xmobar/doc/quick-start.org /usr/share/doc/packages/xmobar/examples /usr/share/doc/packages/xmobar/examples/padding-icon.sh /usr/share/doc/packages/xmobar/examples/xmobar.config /usr/share/doc/packages/xmobar/examples/xmobar.hs /usr/share/doc/packages/xmobar/examples/xmonadpropwrite.hs /usr/share/doc/packages/xmobar/readme.org /usr/share/licenses/xmobar /usr/share/licenses/xmobar/license
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 20:22:04 2024