From a6ca7206a779a3a513f8e4eafa373dec05839978 Mon Sep 17 00:00:00 2001 From: Marcus Date: Thu, 4 Jan 2024 04:03:10 +0100 Subject: [PATCH] README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3f45296..5fda053 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ pixelfloot was built during the 37c3. in its actual state, its just a mess. I ho - wider "chaos-radio": `W=1000 H=600 ./pixelfloot_bash.sh floot images/lucky-cat.jpg chaos` - image shake position: `./pixelfloot_bash.sh floot images/lucky-cat.jpg shake` - set the position : `W=420 H=420 ./pixelfloot_bash.sh floot images/lucky-cat.jpg shake` +- image bounce across screen: `./pixelfloot_bash.sh floot images/lucky-cat.jpg bounce` + - can set the "bounce-radius": `X_MAX=1000 Y_MAX=500 ./pixelfloot_bash.sh floot images/lucky-cat.jpg bounce` - move image with your cursor (needs `xdotool`): `./pixelfloot_bash.sh floot images/lucky-cat.jpg cursor` - Use a color as "alpha" (remove background): `ALPHACOLOR=FF00FF ./pixelfloot_bash.sh floot images/cursor.ppm cursor` - write text: `TEXT="pixelflut makes a lot of fun! :)" ./pixelfloot_bash.sh floot text`