Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-12 | Add a HandleReader Plugin | Pavan Rikhi | |
This adds a new `HandleReader` plugin, which displays data from a Haskell `Handle`. This is really only useful if you are running xmobar from within another Haskell program, but lets you avoid the mechanics of creating a named pipe with the proper file permissions. Instead, you can use `System.Process.createPipe` to make a pair of read & write Handles. If you pass the read handle to HandleReader, you can use hPutStr on the write Handle to send data to xmobar from your application code. | |||
2020-02-26 | Version 0.330.33 | jao | |
2020-02-25 | Wireless: support NL80211 userspace <-> kernelspace API | Paul Fertser | |
NL80211 was introduced in Linux 2.6.24 in 2007 as a new extensible universal API, replacing "wireless extensions" ioctls. It works on top of netlink, and allows direct communication to cfg80211 kernel subsystem. Since then it became a hard requirement for all upstream wireless drivers to hook into cfg80211 (SoftMAC drivers do it via the common mac80211 layer). There's still additional compatibility code that allows limited Wext functionality for cfg80211 drivers but it's buggy and can be disabled altogether when CONFIG_CFG80211_WEXT is not set. This patch makes use of "netlink" Haskell library which doesn't have any additional runtime dependencies (so neither iwlib nor libnl are required). The operation is the same as performed by "iw dev <devname> link" command. The signal level is transformed to "quality" by first clamping it to [-110; -40], then adding 110 and dividing by 70 (same meaningless formula as used by the cfg80211 Wext compatibility layer). "essid" template argument is replaced by more appropriate "ssid" (with the old variant still available for backwards compatibility) | |||
2020-02-23 | Changelog entry for time coalescing | jao | |
2020-02-05 | Update changelog and readme | slotThe | |
2020-01-08 | Changelog and credits | jao | |
2020-01-05 | Update readme and changelog | slotThe | |
2020-01-04 | Doc nits | jao | |
2020-01-04 | Update readme and changelog | slotThe | |
2019-12-23 | Changelog update | jao | |
2019-12-23 | Add support for the "Weather" field | slotThe | |
2019-12-08 | Change log0.32 | jao | |
2019-11-14 | MPD monitor: host and port specifiable in config | jao | |
2019-10-21 | Typo | jao | |
2019-10-21 | Changelog | jao | |
2019-10-15 | thanks to slotThe | jao | |
2019-10-15 | Battery: -P to show % | jao | |
2019-10-15 | Changelog updates | jao | |
2019-10-15 | New plugin: MailX | jao | |
2019-10-14 | Update changelog | slotThe | |
2019-10-12 | changelog fixes | jao | |
2019-10-12 | Update changelog and readme | slotThe | |
2019-10-12 | Docs format | jao | |
2019-10-10 | Credits and version bump | jao | |
2019-10-05 | New flag `contiguous-icons` for `MultiCpu` (issue #388) | jao | |
2019-08-23 | Version 0.300.30 | jao | |
2019-07-15 | Credits for MultiCoreTemp | jao | |
2019-06-30 | New options -a, -A for low battery notifications | jao | |
2019-06-29 | New WeatherX variant with sky conditions translations | jao | |
2019-05-23 | New DiskIO template variables with bytes rather than speed (#390) | jao | |
2019-03-17 | Changelog for 0.29.50.29.5 | jao | |
2019-02-07 | Always require http-conduit for weather (fixes #378) | jao | |
2019-01-27 | Changelog for 0.29.5 | jao | |
2018-12-24 | Marks for 0.29.4 | jao | |
2018-12-10 | 0.29.30.29.3 | jao | |
2018-12-08 | 0.29.20.29.2 | jao | |
2018-12-04 | Fix: honour command line flags | jao | |
Fixes #370, and then some | |||
2018-12-01 | Version 0.290.29 | jao | |
2018-11-21 | Wireless: simple auto-detection of interface name | jao | |
2018-11-18 | Changelog | jao | |
2018-11-17 | Changelog typos | jao | |
2018-11-17 | Changelog updates | jao | |
2018-10-30 | Changelog updates | jao | |
2018-10-06 | Changelog | jao | |
2018-10-06 | Version 0.28.10.28.1 | jao | |
Closes #354 and #357 | |||
2018-08-19 | Version 0.280.28 | jao | |
2018-07-19 | New ComX specifying error output string (closes #342) | jao | |
2018-07-12 | Version 0.270.27 | jao | |
2018-07-12 | Dropped support for GHC 7.x | jao | |
2018-07-10 | New configuration parameter `textOffsets` (fixes #311) | jao | |