Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-06 | swaybar-protocol: very basic format | jao | |
2022-02-06 | quick-start.org: indentation and reordering | jao | |
2022-02-04 | Refactoring: event loop handling simplifications | 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-02-03 | Documentation updates | jao | |
2022-02-03 | TextOutputColor -> TextOutputFormat | jao | |
Thinking of eventually adding a Sway JSON output, or simply add fonts to Pango specification, so it's more than colors. Also, NoColors -> Plain. | |||
2022-02-02 | Allow specifying color format as a -T argument | jao | |
2022-02-01 | Documentation bits | jao | |
2022-01-31 | Text output: support choosing between Pango and ANSI markup | Pavel Kalugin | |
Signed-off-by: Pavel Kalugin <pavel@pavelthebest.me> | |||
2022-01-31 | Fix text output buffering | Pavel Kalugin | |
Signed-off-by: Pavel Kalugin <pavel@pavelthebest.me> | |||
2022-01-29 | Color escape sequences for text output | jao | |
2022-01-29 | App.EventLoop -> App.X11EventLoop | jao | |
2022-01-29 | Refactoring of the previous patch and its surroundings | jao | |
2022-01-29 | Basic text output, without colors, working | 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-29 | Whitespace | jao | |
2022-01-29 | documentation nits | jao | |
2022-01-16 | References to xmobar.org updated (fixes #599) | jao | |
2022-01-01 | readme nits | jao | |
2022-01-01 | Changelog update0.41 | jao | |
2022-01-01 | Updated stack resolver | Tuong Nguyen Manh | |
This fixes build errors with alsa-mixer. | |||
2021-12-22 | Fix BatteryP example configuration | Andreas Doll | |
Add a forgotten comma in example configuration to make it syntactically correct. | |||
2021-12-17 | changelog/version | jao | |
2021-12-17 | add disk monitor for freebsd | Michal Zielonka | |
2021-11-21 | Authors list | jao | |
2021-11-21 | Improvements for K10Temp's docs | jao | |
2021-11-07 | Add details to error message regarding purpose of `signal` field. | John Soo | |
2021-11-07 | Handle signal in perms with the other fields. | Guy Gastineau | |
2021-11-07 | Fail when reading a SignalChan, parse signal from defaultConfig. | John Soo | |
* Address code review comments on ipc-improvements. | |||
2021-11-07 | Export SignalTypes from Xmobar for use in other haskell code. | John Soo | |
2021-11-07 | Let xmobar be used with a signal TMVar when used from other haskell. | John Soo | |
2021-11-05 | changelog0.40 | jao | |
2021-11-05 | Add a blurb on the hspace command | tulthix | |
2021-11-02 | hspace feature. Initial intent: make space for a tray | tulthix | |
2021-10-19 | changelog (michal) | jao | |
2021-10-19 | add cirrus freebsd test (#580) | MichaĆ Zielonka | |
For start cirrus please use: https://cirrus-ci.org/guide/quick-start/ choose public repositories plan and add only xmobar as observed by cirrus. Also here is addes small fix for dividing by zero when cpu usage is calculated | |||
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-11 | changelog | jao | |
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-10-07 | add support swap info for freebsd | Michal Zielonka | |
in freebsd swap info is available by sysctl |