Sunday, May 26, 2019

Another new port: openbsd-bg-show

That one is fairly straightforward:

this just run-depends on feh and openbsd-backgrounds to provide a small
script that displays a random background.

(If acceptable, that could end up in xenodm.

P=/usr/local/bin/openbsd-bg-show
if test -x $P
then
$P
fi
)

No comments:

Post a Comment