Github messages for voidlinux
 help / color / mirror / Atom feed
From: Duncaen <Duncaen@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Merged]: New package: sandbar-0.1
Date: Wed, 09 Aug 2023 23:00:08 +0200	[thread overview]
Message-ID: <20230809210008.NCRvJ2Bl2Lm5zodmMky2vEwbLP44XEDjj6fKKuXtoeY@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-44997@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 736 bytes --]

There's a merged pull request on the void-packages repository

New package: sandbar-0.1
https://github.com/void-linux/void-packages/pull/44997

Description:
- I tested the changes in this PR: yes, been using it for several weeks

```
#!/bin/bash
FIFO="$XDG_RUNTIME_DIR/sandbar-0"
[ -e "$FIFO" ] && rm -f "$FIFO"
mkfifo "$FIFO"
while cat "$FIFO"; do :; done | sandbar -font Terminus:size=32

while true
do
echo "all status $(print_bat) $(print_date)" > $XDG_RUNTIME_DIR/sandbar-0
sleep 1
done
```

- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
- I built this PR locally for my native architecture, x86_64

      parent reply	other threads:[~2023-08-09 21:00 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-12 15:39 [PR PATCH] " dkwo
2023-07-12 15:44 ` [PR PATCH] [Updated] " dkwo
2023-07-12 15:49 ` dkwo
2023-07-12 16:05 ` dkwo
2023-07-12 16:09 ` dkwo
2023-07-12 17:19 ` icp1994
2023-07-12 18:02 ` [PR PATCH] [Updated] " dkwo
2023-07-12 18:05 ` dkwo
2023-07-13 12:52 ` [PR PATCH] [Updated] " dkwo
2023-07-13 13:00 ` dkwo
2023-07-13 13:03 ` dkwo
2023-08-09 21:00 ` Duncaen [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230809210008.NCRvJ2Bl2Lm5zodmMky2vEwbLP44XEDjj6fKKuXtoeY@z \
    --to=duncaen@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).