Update to 0.19
changes from Release notes: ## 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. _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]). - `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]). - New plugin `UnsafeStdinReader` that allows actions from stdin. Now it's possible to have clickable workspaces! (Thiago Negri, see [github #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]. _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]) - Fix for systems not supporting PCRE regular expressions: we use now BCEs, so regex-compat should be enough everywhere (see [github #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 [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
This commit is contained in:
parent
ee1f263e15
commit
db7da628c5
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.4 2013/06/05 22:20:22 szptvlfn Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2013/10/27 22:35:14 szptvlfn Exp $
|
||||
|
||||
DISTNAME= xmobar-0.18
|
||||
DISTNAME= xmobar-0.19
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= szptvlfn@a-net.email.ne.jp
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.3 2013/06/05 22:20:22 szptvlfn Exp $
|
||||
$NetBSD: distinfo,v 1.4 2013/10/27 22:35:14 szptvlfn Exp $
|
||||
|
||||
SHA1 (xmobar-0.18.tar.gz) = e798d465ab5e40a3d94523630a306914d1e08714
|
||||
RMD160 (xmobar-0.18.tar.gz) = 983c3e5068ea9a5afe2a61dfae7ff148a009fb3b
|
||||
Size (xmobar-0.18.tar.gz) = 79963 bytes
|
||||
SHA1 (xmobar-0.19.tar.gz) = d5da3fc8b193731afd5cfdd4ebf0eb6fc820000d
|
||||
RMD160 (xmobar-0.19.tar.gz) = 2829bdae9faec5afcd8f609cce2425f59c156c3c
|
||||
Size (xmobar-0.19.tar.gz) = 81828 bytes
|
||||
SHA1 (patch-src_StatFS.hsc) = 480049c3de9182f015373ac0b55606b47052df57
|
||||
|
|
Loading…
Reference in a new issue