diff options
author | jao <jao@gnu.org> | 2022-03-01 14:42:07 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-03-01 14:42:07 +0000 |
commit | 52980f31965961bb9c52c83d45e5822d4472ec02 (patch) | |
tree | 5961b446cc5f5922ca5c011f8ae596950cc056e5 | |
parent | efa9e4c541695e725d39da001592c9613acc4cae (diff) | |
download | xmobar-52980f31965961bb9c52c83d45e5822d4472ec02.tar.gz xmobar-52980f31965961bb9c52c83d45e5822d4472ec02.tar.bz2 |
examples and changlog updated0.42
-rw-r--r-- | changelog.md | 2 | ||||
-rwxr-xr-x | examples/status.sh | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index bc82ede..daaf121 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,4 @@ -## Version 0.42 (unreleased) +## Version 0.42 (March, 2022) _New features_ diff --git a/examples/status.sh b/examples/status.sh index 94e8fe7..151728b 100755 --- a/examples/status.sh +++ b/examples/status.sh @@ -51,4 +51,6 @@ function percentBar () { echo "$res</fc>" } +[[ -p $STATUSPIPE ]] || mkfifo $STATUSPIPE + echo "$( percentBar )" > "$STATUSPIPE" |