Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-11 | fix for the default, non-cairo build | jao | |
2022-09-11 | cairo: alpha (still pseudo, via xrender) | jao | |
2022-09-10 | cairo: fonts, offsets, colors, actions | jao | |
2022-09-09 | cairo: drawing skeleton from an xlib cairo surface | jao | |
2022-08-10 | changelog and version bump0.44.2 | jao | |
2022-08-09 | examples -> etc | jao | |
2022-08-09 | whitespace: deps sorted in xmobar.cabal | jao | |
2022-07-12 | Prepare dummy 0.44.1 release to mark transition to codeberg | jao | |
2022-07-12 | jao/xmobar -> xmobar/xmobar | jao | |
2022-07-10 | Links to new repo in codeberg | jao | |
2022-05-12 | Remove the now useless -DUTF8 flag | jao | |
2022-05-12 | Remove with_utf8 option and enable its features by default. | Gleb Popov | |
2022-04-11 | add load monitor for freebsd | Michal Zielonka | |
2022-03-30 | Changelog and version bump | jao | |
2022-03-30 | Load: new load average monitor | jao | |
Closes #208 | |||
2022-03-27 | base < 4.17 to allow ghc 9.2.2 | jao | |
Fixes #617 | |||
2022-02-08 | Lower aeson version limit | jao | |
2022-02-08 | Documentation bits and version bump | jao | |
2022-02-06 | swaybar-protocol: support for clickable Action | jao | |
2022-02-06 | swaybar-protocol: output with colors and actions | jao | |
2022-02-06 | swaybar-protocol: very basic format | jao | |
2022-02-04 | Refactoring: Xmobar.Text.{Ansi,Pango,Output} | jao | |
2022-02-04 | Xmobar.App.TextEventLoop -> Xmobar.Text.Loop | jao | |
2022-02-04 | Xmobar.App.X11EventLoop -> Xmobar.X11.Loop | jao | |
2022-02-04 | Xmobar.X11.Parsers -> Xmobar.Run.Parsers | jao | |
2022-02-04 | Xmobar.App.CommandThreads -> Xmobar.Run.Loop | jao | |
2022-02-04 | Xmobar.App.Timer -> Xmobar.Run.Timer | jao | |
2022-02-03 | Xmobar.X11.Actions -> Xmobar.Run.Actions | jao | |
2022-01-29 | App.EventLoop -> App.X11EventLoop | jao | |
2022-01-29 | Basic Xmobar.App.TextEventLoop | jao | |
2022-01-29 | Xmobar.App.CommandThreads | jao | |
2022-01-29 | Xmobar.Run.Command -> Xmobar.Plugins.Command | jao | |
2022-01-16 | References to xmobar.org updated (fixes #599) | jao | |
2021-12-17 | changelog/version | jao | |
2021-12-17 | add disk monitor for freebsd | Michal Zielonka | |
2021-10-17 | start using kvm library from bsd for receiving swapinfo | Michal Zielonka | |
Using this library allows us to receive swap info which is more similar with result of command swapinfo. | |||
2021-10-16 | add top for freebsd proc | Michal Zielonka | |
In FreeBSD /proc/pid/stat is missing we should use for top procstat library. | |||
2021-10-08 | try to add build action for freebsd + uptime plugin split | Michal Zielonka | |
2021-10-08 | try to reorganize modules per os | Michal Zielonka | |
We should make better split os specify code for FreeBSD and Linux. Idea comes from @liskin. | |||
2021-09-15 | Changelog and whitespace | jao | |
2021-09-14 | Add the QueueReader plugin. | Guy Gastineau | |
* A queue reader for xmobar using `TQueue a` from `stm`. This is a flexible and performat solution for sharing data between arbitrary haskell and xmobar. * I am not sure if I did the haddocks correctly. | |||
2021-07-14 | Relax base requirements to allow build with GHC 9.0 (#557) | Vladimír Štill | |
2021-07-13 | Add Kraken plugin | Amir Saeid | |
2021-05-21 | changelog and authors | jao | |
2021-05-19 | Add k10temp plugin | Sam Kirby | |
The existing support for the coretemp kernel driver only works with Intel CPUs. This commit extends support for temperature monitoring to AMD CPUs. k10temp is a kernel driver for monitoring the temperature of AMD processors. It supports everything from AMD's 10h (Opteron/Athlon) family of processors to the latest 19h (Zen 3) family. Reference: https://www.kernel.org/doc/html/latest/hwmon/k10temp.html The meaning of the various temperatures made available has changed over the years and only `Tctl` is available on processors prior to the 17h family. Labels for these temperatures are present but as Tctl and Tdie do not contain a number I could not find a way to use these as `checkedDataRetrieval` expects an integer label. It is a PCI device and so an address needs to be supplied as part of the configuration. Example configuration: `Run K10Temp "0000:00:18.3" ["--template", "T: <Tdie>C | <Tccd1>C"] 60` | |||
2021-05-19 | Version 0.380.38 | jao | |
2021-01-18 | Expose Xmobar.Plugins.Monitors.Common (fixes #520) | jao | |
Exposing Common.Types and Common.Run is now redundant, but we could break configurations out there, so i'm not sure if we should remove them. | |||
2020-12-20 | Including new .org doc files in extra-source-files | jao | |
2020-11-29 | Add new plugin: NotmuchMail | slotThe | |
This plugin checks for new mail, provided that this mail is indexed by notmuch. As mail that was tagged is moved from the new directory to cur, the 'Mail' plugin (and its variants) won't work for such mail. | |||
2020-11-19 | test: Fix flaky CpuSpec | Tomas Janousek | |
Failed at least once in GitHub Actions: predicate failed on: "Cpu: <fc=red>100</fc>% <fc=red>##########</fc>" Also, there's no need to guard the Xmobar.Plugins.Monitors.CpuSpec module with the with_alsa flag. (And it doesn't really work anyway, hspec-discover doesn't care about what modules are declared in cabal, so stack/ghc complains that "These modules are needed for compilation but not listed in your .cabal file's other-modules: Xmobar.Plugins.Monitors.AlsaSpec" and then fails to detect changes in those modules.) |