packages feed

xmobar 0.44 → 0.44.1

raw patch · 6 files changed

+148/−131 lines, 6 files

Files

changelog.md view
@@ -1,3 +1,7 @@+## Version 0.44.1 (July, 20022)++Repository moved to Codeberg.  No code changes.+ ## Version 0.44 (July, 2022)  _Breaking changes_@@ -191,7 +195,7 @@    - Fixed compilation with GHC 8.8.x (thanks to Vanessa McHale).    - Avoid creating `~/.xmobar` ([issue #405]). -[issue #405]: https://github.com/jaor/xmobar/issues/405+[issue #405]: https://codeberg.org/xmobar/xmobar/issues/405  ## Version 0.31 (October, 2019) @@ -201,7 +205,7 @@     without padding (see [issue #388]).   - New version of libmpd (0.9.0.10), thanks to John Tyree -[issue #388]: https://github.com/jaor/xmobar/issues/388+[issue #388]: https://codeberg.org/xmobar/xmobar/issues/388  ## Version 0.30 (August, 2019) @@ -216,7 +220,7 @@     specify a system command executed if battery left goes beyond a     given threshold. -[issue #390]: https://github.com/jaor/xmobar/issues/390+[issue #390]: https://codeberg.org/xmobar/xmobar/issues/390  ## Version 0.29.5 (March, 2019) @@ -240,7 +244,7 @@    - Upper bound for alsa_mixer (see [issue #372]) -[issue #372]: https://github.com/jaor/xmobar/issues/372+[issue #372]: https://codeberg.org/xmobar/xmobar/issues/372  ## Version 0.29.2 (December, 2018) @@ -248,7 +252,7 @@    - Work as usual with .xmobarrc (see [issue #371]). -[issue #371]: https://github.com/jaor/xmobar/issues/371+[issue #371]: https://codeberg.org/xmobar/xmobar/issues/371  ## Version 0.29.1 (December, 2018) @@ -257,7 +261,7 @@   - Honour command line flags (fixes [issue #370]).   - Expose Cmd and CmdX in Xmobar interface. -[issue #370]: https://github.com/jaor/xmobar/issues/370+[issue #370]: https://codeberg.org/xmobar/xmobar/issues/370  ## Version 0.29 (December, 2018) @@ -278,13 +282,13 @@    - Correctly parsing configuration options `mwClass` and `wmName`. -[issue #369]: https://github.com/jaor/xmobar/issues/369+[issue #369]: https://codeberg.org/xmobar/xmobar/issues/369  ## Version 0.28.1 (October, 2018)  Dependencies updated to work with GHC 8.6, avoiding [issue #354]. -[issue #354]: https://github.com/jaor/xmobar/issues/354+[issue #354]: https://codeberg.org/xmobar/xmobar/issues/354  ## Version 0.28 (August, 2018) @@ -296,7 +300,7 @@    - hinotify version upgraded ([issue #356]) -[issue #356]: https://github.com/jaor/xmobar/issues/356+[issue #356]: https://codeberg.org/xmobar/xmobar/issues/356  ## Version 0.27 (July, 2018) @@ -312,8 +316,8 @@    - Use the maximum width options `-T` and `-E` correctly when a      monitor subtemplate contains font and color tags. -[issue #311]: https://github.com/jaor/xmobar/issues/311-[issue #352]: https://github.com/jaor/xmobar/issues/352+[issue #311]: https://codeberg.org/xmobar/xmobar/issues/311+[issue #352]: https://codeberg.org/xmobar/xmobar/issues/352  ## Version 0.26 (April, 2018) @@ -331,9 +335,9 @@   - Race condition in network monitor fixed ([issue #347]).   - Limiting dbus supported version (see [issue #346]). -[issue #335]: https://github.com/jaor/xmobar/issues/335-[issue #346]: https://github.com/jaor/xmobar/issues/346-[issue #347]: https://github.com/jaor/xmobar/issues/347+[issue #335]: https://codeberg.org/xmobar/xmobar/issues/335+[issue #346]: https://codeberg.org/xmobar/xmobar/issues/346+[issue #347]: https://codeberg.org/xmobar/xmobar/issues/347  ## Version 0.25 (February, 2018) @@ -349,8 +353,8 @@    - Honouring -x in MPris monitor ([issue #325])  -[issue #323]: https://github.com/jaor/xmobar/issues/323-[issue #325]: https://github.com/jaor/xmobar/issues/325+[issue #323]: https://codeberg.org/xmobar/xmobar/issues/323+[issue #325]: https://codeberg.org/xmobar/xmobar/issues/325  ## Version 0.24.5 (May, 2017) @@ -358,7 +362,7 @@    - Fix for vertical bars ([issue #303]) -[issue #303]: https://github.com/jaor/xmobar/issues/303+[issue #303]: https://codeberg.org/xmobar/xmobar/issues/303  ## Version 0.24.4 (April, 2017) @@ -378,7 +382,7 @@   - Better fatal error messages (Michael Bishop).   - More paths to read from in CoreTemp (see [issue #291]). -[issue #291]: https://github.com/jaor/xmobar/issues/291+[issue #291]: https://codeberg.org/xmobar/xmobar/issues/291  ## Version 0.24.3 (Sep 5, 2016) @@ -387,7 +391,7 @@   - Battery monitor: fixes for cases where status is not consistently     reported by the kernel (see [issue #271]). -[issue #271]: https://github.com/jaor/xmobar/issues/271+[issue #271]: https://codeberg.org/xmobar/xmobar/issues/271  ## Version 0.24.2 (Aug 8, 2016) @@ -395,7 +399,7 @@     - New Weather plugin URL (see [issue #270]). -[issue #270]: https://github.com/jaor/xmobar/issues/270+[issue #270]: https://codeberg.org/xmobar/xmobar/issues/270  ## Version 0.24.1 (Jul 28, 2016) @@ -403,7 +407,7 @@     - Restoring compatibility with GHC 7.6, (see [issue #269]). -[issue #269]: https://github.com/jaor/xmobar/issues/269+[issue #269]: https://codeberg.org/xmobar/xmobar/issues/269  ## Version 0.24 (Jul 26, 2016) @@ -438,9 +442,9 @@    - `Batt`: sensible thresholds for high/low power consumption (see      [issue #265]). -[issue #231]: https://github.com/jaor/xmobar/issues/225-[issue #265]: https://github.com/jaor/xmobar/issues/225-[issue #268]: https://github.com/jaor/xmobar/issues/268+[issue #231]: https://codeberg.org/xmobar/xmobar/issues/225+[issue #265]: https://codeberg.org/xmobar/xmobar/issues/225+[issue #268]: https://codeberg.org/xmobar/xmobar/issues/268  ## Version 0.23.1 (Apr 14, 2015) @@ -453,10 +457,10 @@   - Compilation with ghc 7.8 and 7.10 (thanks to Edward Tjörnhammar,     see [issue #225]). -[issue #225]: https://github.com/jaor/xmobar/issues/225-[issue #221]: https://github.com/jaor/xmobar/issues/221-[issue #216]: https://github.com/jaor/xmobar/issues/216-[issue #215]: https://github.com/jaor/xmobar/issues/215+[issue #225]: https://codeberg.org/xmobar/xmobar/issues/225+[issue #221]: https://codeberg.org/xmobar/xmobar/issues/221+[issue #216]: https://codeberg.org/xmobar/xmobar/issues/216+[issue #215]: https://codeberg.org/xmobar/xmobar/issues/215  ## Version 0.23 (Mar 8, 2015) @@ -474,9 +478,9 @@     discussion in [issue #171] and [issue #201]).   - New template variable `flags` in `MPD` monitor, by Duncan Burke. -[issue #171]: https://github.com/jaor/xmobar/issues/171-[issue #201]: https://github.com/jaor/xmobar/issues/201-[issue #114]: https://github.com/jaor/xmobar/issues/114+[issue #171]: https://codeberg.org/xmobar/xmobar/issues/171+[issue #201]: https://codeberg.org/xmobar/xmobar/issues/201+[issue #114]: https://codeberg.org/xmobar/xmobar/issues/114  _Bug fixes_ @@ -484,7 +488,7 @@   - Better `Weather` parsing of wind direction, by Dino Morelli (see     [pull #212]). -[pull #212]: https://github.com/jaor/xmobar/pull/212+[pull #212]: https://codeberg.org/xmobar/xmobar/pulls/212  ## Version 0.22.1 (Oct 11, 2014) @@ -525,11 +529,11 @@   - Avoiding zombies on click actions, thanks to Phil Xiaojun Hu     ([issue #181]). -[issue #181]: https://github.com/jaor/xmobar/issues/181-[issue #189]: https://github.com/jaor/xmobar/issues/189-[pull request #192]: https://github.com/jaor/xmobar/pull/192-[pull request #195]: https://github.com/jaor/xmobar/pull/195-[pull request #196]: https://github.com/jaor/xmobar/pull/196+[issue #181]: https://codeberg.org/xmobar/xmobar/issues/181+[issue #189]: https://codeberg.org/xmobar/xmobar/issues/189+[pull request #192]: https://codeberg.org/xmobar/xmobar/pulls/192+[pull request #195]: https://codeberg.org/xmobar/xmobar/pulls/195+[pull request #196]: https://codeberg.org/xmobar/xmobar/pulls/196  ## Version 0.21 (Jul 1, 2014) @@ -550,7 +554,7 @@     [issue #89]).   - Fix for very long running `Cpu` monitors, by Robert J Macomber. -[issue #89]: https://github.com/jaor/xmobar/issues/89+[issue #89]: https://codeberg.org/xmobar/xmobar/issues/89  ## Version 0.20.1 (March 13, 2014) @@ -560,7 +564,7 @@     configuration option, `pickBroadest`, for choosing the broadest     (see [issue #158]). -[issue #158]: https://github.com/jaor/xmobar/issues/158+[issue #158]: https://codeberg.org/xmobar/xmobar/issues/158  ## Version 0.20 (March 10, 2014) @@ -584,60 +588,60 @@     see [issue #133]).   - Compatibility with latest `directory` (1.2.0.2). -[issue #76]: https://github.com/jaor/xmobar/issues/76-[issue #111]: https://github.com/jaor/xmobar/issues/111-[issue #133]: https://github.com/jaor/xmobar/issues/133-[issue #139]: https://github.com/jaor/xmobar/issues/133+[issue #76]: https://codeberg.org/xmobar/xmobar/issues/76+[issue #111]: https://codeberg.org/xmobar/xmobar/issues/111+[issue #133]: https://codeberg.org/xmobar/xmobar/issues/133+[issue #139]: https://codeberg.org/xmobar/xmobar/issues/133  ## Version 0.19 (October 27, 2013)  As of this release, the old bug tracker at Google code is deprecated.-Please use [Github's tracker] for new bugs.+Please use [codeberg's tracker] for new bugs.  _New features_    - New monitor `BatteryN`, a variant of `BatteryP` that lets you     specify the name of the monitor in the template.   - Support for configuration file living in `XDG_CONFIG_HOME` (see-    [github #99]).+    [codeberg #99]).   - `Com` uses safer `runInteractiveProcess` instead of spawning a     shell (David McLean).  If you're using shell expansion in your     `Com` (e.g. "~/bin/script") here's a workaround: `Run Com-    "/bin/bash" ["-c", "~/bin/script"]` (cf. [github #127]).+    "/bin/bash" ["-c", "~/bin/script"]` (cf. [codeberg #127]).   - New plugin `UnsafeStdinReader` that allows actions from stdin.     Now it's possible to have clickable workspaces!-    (Thiago Negri, see [github #125]).+    (Thiago Negri, see [codeberg #125]).   - New monitor configuration option (`-x` or `--nastring`) that allows     specifying what string to display when a monitor is not available-    (defaulting to "N/A"). Cf. [github #119].+    (defaulting to "N/A"). Cf. [codeberg #119].  _Bug fixes_    - Using the width options `-w`, `-m` and `-M` in battery monitors-    watts display ([github #118]).-  - Using the `-d` option in `CoreTemp` ([github #115])+    watts display ([codeberg #118]).+  - Using the `-d` option in `CoreTemp` ([codeberg #115])   - Fix for systems not supporting PCRE regular expressions: we use     now BCEs, so regex-compat should be enough everywhere (see-    [github #117]).+    [codeberg #117]).   - Weather monitor: support for stations without name (Sergei     Trofimovich, [issue #65]). -[Github's tracker]: https://github.com/jaor/xmobar/issues-[github #99]: https://github.com/jaor/xmobar/issues/115-[github #115]: https://github.com/jaor/xmobar/issues/115-[github #117]: https://github.com/jaor/xmobar/issues/117-[github #125]: https://github.com/jaor/xmobar/issues/125+[codeberg's tracker]: https://codeberg.org/xmobar/xmobar/issues+[codeberg #99]: https://codeberg.org/xmobar/xmobar/issues/115+[codeberg #115]: https://codeberg.org/xmobar/xmobar/issues/115+[codeberg #117]: https://codeberg.org/xmobar/xmobar/issues/117+[codeberg #125]: https://codeberg.org/xmobar/xmobar/issues/125 [issue #65]: http://code.google.com/p/xmobar/issues/detail?id=65-[github #118]: https://github.com/jaor/xmobar/issues/118-[github #119]: https://github.com/jaor/xmobar/issues/119-[github #127]: https://github.com/jaor/xmobar/issues/127+[codeberg #118]: https://codeberg.org/xmobar/xmobar/issues/118+[codeberg #119]: https://codeberg.org/xmobar/xmobar/issues/119+[codeberg #127]: https://codeberg.org/xmobar/xmobar/issues/127  ## Version 0.18 (June 5, 2013)  _New features_    - All extra argument monitors taking a string (e.g. `-O` for-    `BatteryP`) accept now template variables (see [github #109] and+    `BatteryP`) accept now template variables (see [codeberg #109] and     [#110]).  Thanks to Todd Lunter.    - New battery monitor extra argument, `-i`, for the idle status.@@ -647,8 +651,8 @@   - Safer standard input parsing, avoiding <action> injections.  -[github #109]: https://github.com/jaor/xmobar/issues/109-[#110]: https://github.com/jaor/xmobar/issues/110+[codeberg #109]: https://codeberg.org/xmobar/xmobar/issues/109+[#110]: https://codeberg.org/xmobar/xmobar/issues/110  ## Version 0.17 (May 5, 2013) @@ -662,19 +666,19 @@   - New `<freeratio>` field for memory monitor (Peter Simons).   - New `allDesktops` and `overrideRedirect` configuration options,     providing dock behaviour in tiling WMs (when set to True and False-    respectively). Cf. discussion at [github #105].-  - Experimental `-d` (start as a dock) option, may address [github #67]+    respectively). Cf. discussion at [codeberg #105].+  - Experimental `-d` (start as a dock) option, may address [codeberg #67]     in some window managers.  _Bug fixes_ -  - Partial (as reports go) fix for [github #77].+  - Partial (as reports go) fix for [codeberg #77].   - Safer volume plugin (Dmitry Malikov).   - Battery percentage capped at 100% (RJ Regenold). -[github #67]: https://github.com/jaor/xmobar/issues/67-[github #77]: https://github.com/jaor/xmobar/issues/77-[github #105]: https://github.com/jaor/xmobar/issues/105+[codeberg #67]: https://codeberg.org/xmobar/xmobar/issues/67+[codeberg #77]: https://codeberg.org/xmobar/xmobar/issues/77+[codeberg #105]: https://codeberg.org/xmobar/xmobar/issues/105   ## Version 0.16 (Dec 3, 2012)@@ -703,7 +707,7 @@    - `DiskIO` now can report overall activity in all partitions of a device     which is not mounted itself (e.g., sda when sda1, sda3, etc. are-    the mounted partitions).  Thanks to John Soros. See [github #73].+    the mounted partitions).  Thanks to John Soros. See [codeberg #73].   - `DiskU`, the disk usage monitor, works again correctly on Linux,     instead of randomly crashing every now and then, and reporting     wrong used size.@@ -712,18 +716,18 @@     server doesn't know how to get rid of (even when told so!).  We're     caching them now and X server memory doesn't grow.   - Compilation errors and warnings with GHC 7.6 removed (thanks to-    Raghavendra D Prabhu for his reports in [github #71]).+    Raghavendra D Prabhu for his reports in [codeberg #71]).  _Known problems_  Some users have reported problems with xmobar compiled with GHC 7.6 in-ArchLinux: see [github #78] and pointers therein.  Please, send+ArchLinux: see [codeberg #78] and pointers therein.  Please, send reports of any problems or successes in that regard so that we can fix any remaining issues.  Thanks! -[github #71]: https://github.com/jaor/xmobar/issues/71-[github #73]: https://github.com/jaor/xmobar/issues/73-[github #78]: https://github.com/jaor/xmobar/issues/78+[codeberg #71]: https://codeberg.org/xmobar/xmobar/issues/71+[codeberg #73]: https://codeberg.org/xmobar/xmobar/issues/73+[codeberg #78]: https://codeberg.org/xmobar/xmobar/issues/78  ## Version 0.15 (June 4, 2012) @@ -742,7 +746,7 @@     display for float numbers.  Defaults to 0. See [issue 58].   - New compilation option `--with_threaded`, to use GHC's threaded     runtime to compile xmobar.  Disabled by default (cf. discussion in-    [github #36]).+    [codeberg #36]).  _Bug fixes_ @@ -754,15 +758,15 @@   - DiskIO works also when device path in mtab are symbolic links     to the real device file.   - Wireless monitor honours padding settings for ESSID names.-  - CoreTemp monitor fixed for newer kernels ([github #38]).+  - CoreTemp monitor fixed for newer kernels ([codeberg #38]).  [issue 56]: http://code.google.com/p/xmobar/issues/detail?id=56 [issue 58]: http://code.google.com/p/xmobar/issues/detail?id=58 [issue 64]: http://code.google.com/p/xmobar/issues/detail?id=64 [issue 67]: http://code.google.com/p/xmobar/issues/detail?id=67 [issue 69]: http://code.google.com/p/xmobar/issues/detail?id=69-[github #36]: https://github.com/jaor/xmobar/issues/36-[github #38]: https://github.com/jaor/xmobar/issues/38+[codeberg #36]: https://codeberg.org/xmobar/xmobar/issues/36+[codeberg #38]: https://codeberg.org/xmobar/xmobar/issues/38  ## Version 0.14 (Dec 10, 2011) @@ -865,7 +869,7 @@  [website]: http://projects.haskell.org/xmobar/ [mailing list]: http://projects.haskell.org/cgi-bin/mailman/listinfo/xmobar-[source code repository]: https://github.com/jaor/xmobar+[source code repository]: https://codeberg.org/xmobar/xmobar [maintainer]: http://hacks-galore.org/jao/  _New features_
doc/plugins.org view
@@ -244,6 +244,9 @@       #+end_src  ***** =BatteryP Dirs Args RefreshRate=+      :PROPERTIES:+      :CUSTOM_ID: batteryp-dirs-args-refreshrate+      :END:        - Aliases to =battery= @@ -1180,6 +1183,9 @@         =with_iwlib= flag during compilation.  *** Weather Monitors+    :PROPERTIES:+    :CUSTOM_ID: weather-monitors+    :END: ***** =Weather StationID Args RefreshRate=        - Aliases to the Station ID: so =Weather "LIPB" []= can be used in
doc/quick-start.org view
@@ -7,7 +7,7 @@ [[https://gitlab.com/jaor/xmobar-config/][the author's configuration]].  There is also an example of a config using the configuration language-available [[http://github.com/jaor/xmobar/raw/master/examples/xmobar.config][here]].+available [[https://codeberg.org/xmobar/xmobar/src/branch/master/examples/xmobar.config][here]].  * Command Line Options @@ -55,6 +55,9 @@     Mail bug reports and suggestions to <mail@jao.io>   #+end_src * Configuration Options+  :PROPERTIES:+  :CUSTOM_ID: configuration-options+  :END: *** Global options     Here are all the global configuration options that you can set within     the =Config= block in your configuration.@@ -410,11 +413,11 @@  *** Dynamically sizing xmobar - See [[https://github.com/jaor/xmobar/issues/239#issuecomment-233206552][this idea]] by Jonas Camillus Jeppensen for a way of adapting- dynamically xmobar's size and run it alongside a system tray widget such- as trayer or stalonetray (although the idea is not limited to trays,- really). For your convenience, there is a version of Jonas' script in- [[../examples/padding-icon.sh][examples/padding-icon.sh]].+    See [[https://codeberg.org/xmobar/xmobar/issues/239#issuecomment-233206552][this idea]] by Jonas Camillus Jeppensen for a way of adapting+    dynamically xmobar's size and run it alongside a system tray widget such+    as trayer or stalonetray (although the idea is not limited to trays,+    really). For your convenience, there is a version of Jonas' script in+    [[../examples/padding-icon.sh][examples/padding-icon.sh]].  *** Signal Handling @@ -426,15 +429,14 @@       screen. * The DBus Interface -  When compiled with the optional =with_dbus= flag, xmobar can be-  controlled over dbus. All signals defined in [[https://github.com/jaor/xmobar/blob/master/src/Xmobar/System/Signal.hs][src/Signal.hs]] as =data-  SignalType= can now be sent over dbus to xmobar.+  When compiled with the optional =with_dbus= flag, xmobar can be controlled+  over dbus. All signals defined in [[../src/Xmobar/System/Signal.hs][src/Signal.hs]] as =data SignalType= can now+  be sent over dbus to xmobar. -  Due to current limitations of the implementation only one process of-  xmobar can acquire the dbus. This is handled on a-  first-come-first-served basis, meaning that the first process will-  get the dbus interface. Other processes will run without further-  problems, yet have no dbus interface.+  Due to current limitations of the implementation only one process of xmobar+  can acquire the dbus. This is handled on a first-come-first-served basis,+  meaning that the first process will get the dbus interface. Other processes+  will run without further problems, yet have no dbus interface.    - Bus Name: =org.Xmobar.Control=   - Object Path: =/org/Xmobar/Control=
examples/padding-icon.sh view
@@ -12,7 +12,7 @@ # `Run Com "/where/ever/padding-icon.sh" ["stalonetray"] "tray" 10`  # Very heavily based on Jonas Camillus Jeppensen code-# https://github.com/jaor/xmobar/issues/239#issuecomment-233206552+# https://codeberg.org/xmobar/xmobar/issues/239#issuecomment-233206552  # Function to create a transparent Wx1 px XPM icon create_xpm_icon () {
readme.org view
@@ -1,6 +1,15 @@ #+title: xmobar, a minimalistic status bar -[[http://hackage.haskell.org/package/xmobar][https://img.shields.io/hackage/v/xmobar.svg]]+#+begin_export html+<p align="right">+  <a href="http://hackage.haskell.org/package/xmobar">+    <img src="https://img.shields.io/hackage/v/xmobar.svg" alt="hackage"/>+  </a>+  <a href="https://ci.codeberg.org/xmobar/xmobar">+    <img src="https://ci.codeberg.org/api/badges/xmobar/xmobar/status.svg" alt="ci"/>+  </a>+</p>+#+end_export  Xmobar is a minimalistic status bar. It was originally designed and implemented to work with [[http://xmonad.org][xmonad]], but it is actually usable with any@@ -11,9 +20,6 @@ extensibility through plugins.  It is also able to write to standard output, in a variety of formats. -These are some xmobar [[file:doc/screenshots][screenshots]] using one of the authors'-configuration:- [[file:doc/screenshots/xmobar-top.png]]  [[file:doc/screenshots/xmobar-bottom.png]]@@ -24,40 +30,39 @@ channel, ~#xmobar~, at [[ircs://irc.libera.chat][Libera]].  * Installation+  :PROPERTIES:+  :CUSTOM_ID: installation+  :END: *** From your system's package manager      Xmobar is probably available from your distributions package     manager!  Most distributions compile xmobar with the =all_extensions=     flag, so you don't have to. -***** Arch Linux--  #+begin_src shell-    pacman -S xmobar-  #+end_src--***** Debian/Ubuntu based--  #+begin_src shell-    apt install xmobar-  #+end_src--***** OpenSUSE+    - Arch Linux+      #+begin_src shell+        pacman -S xmobar+      #+end_src -  #+begin_src shell-    zypper install xmobar-  #+end_src+    - Debian/Ubuntu based+      #+begin_src shell+        apt install xmobar+      #+end_src -***** Void Linux+    - OpenSUSE+      #+begin_src shell+        zypper install xmobar+      #+end_src -  #+begin_src shell-    xbps-install xmobar-  #+end_src+    - Void Linux+      #+begin_src shell+        xbps-install xmobar+      #+end_src -***** Gentoo-  #+begin_src shell-    emerge --ask xmobar-  #+end_src+    - Gentoo+      #+begin_src shell+        emerge --ask xmobar+      #+end_src  *** Using cabal-install @@ -69,7 +74,7 @@     #+end_src      Starting with version 0.35.1, xmobar now requires at least GHC-    version 8.4.x. to build. See [[https://github.com/jaor/xmobar/issues/461][this issue]] for more information.+    version 8.4.x. to build. See [[https://codeberg.org/xmobar/xmobar/issues/461][this issue]] for more information.      See [[file:doc/compiling.org][compiling]] for a list of optional compilation flags that will     enable some optional plugins. For instance, to install xmobar with@@ -211,8 +216,8 @@  * License -This software is released under a BSD-style license. See [[https://github.com/jaor/xmobar/raw/master/license][license]] for-more details.+This software is released under a BSD-style license. See [[https://codeberg.org/xmobar/xmobar/src/branch/master/license][license]] for more+details.  Copyright © 2010-2022 Jose Antonio Ortega Ruiz 
xmobar.cabal view
@@ -1,6 +1,6 @@ name:               xmobar-version:            0.44-homepage:           https://github.com/jaor/xmobar+version:            0.44.1+homepage:           https://codeberg.org/xmobar/xmobar synopsis:           A Minimalistic Text Based Status Bar description: 	    Xmobar is a minimalistic text based status bar.                     .@@ -12,7 +12,7 @@ license-file:       license author:             Andrea Rossato and Jose A. Ortega Ruiz maintainer:         Jose A. Ortega Ruiz <jao@gnu.org>-bug-reports:        https://github.com/jaor/xmobar/issues+bug-reports:        https://codeberg.org/xmobar/xmobar/issues cabal-version:      >= 1.10 build-type:         Simple @@ -25,7 +25,7 @@  source-repository head   type:      git-  location:  git://github.com/jaor/xmobar.git+  location:  git://codeberg.org/xmobar/xmobar.git   branch:    master  flag with_xft@@ -215,7 +215,7 @@     if flag(with_threaded)        -- -threaded is a workaround for 100% CPU busy loop        -- (http://hackage.haskell.org/trac/ghc/ticket/4934).-       -- See also comments in https://github.com/jaor/xmobar/pull/36+       -- See also comments in https://codeberg.org/xmobar/xmobar/pulls/36        cpp-options: -DTHREADED_RUNTIME      if flag(with_rtsopts)@@ -345,7 +345,7 @@     if flag(with_threaded)        -- -threaded is a workaround for 100% CPU busy loop        -- (http://hackage.haskell.org/trac/ghc/ticket/4934).-       -- See also comments in https://github.com/jaor/xmobar/pull/36+       -- See also comments in https://codeberg.org/xmobar/xmobar/pulls/36        ghc-options: -threaded        cpp-options: -DTHREADED_RUNTIME