From eb5204108fcf0ecca57c84b9db04a2fb92aae530 Mon Sep 17 00:00:00 2001 From: Marcus Date: Tue, 2 Jan 2024 03:37:26 +0100 Subject: [PATCH] change help text , README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dca0db5..c795d4e 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,11 @@ pixelfloot was built during the 37c3. in its actual state, its just a mess. I ho ## examples - Display image: `./pixelfloot_bash.sh floot images/lucky-cat.jpg` --- set position: `W=1337 H=420 ./pixelfloot_bash.sh floot images/lucky-cat.jpg` + - set position: `W=1337 H=420 ./pixelfloot_bash.sh floot images/lucky-cat.jpg` - image random position: `./pixelfloot_bash.sh floot images/lucky-cat.jpg chaos` --- wider "chaos-radio": `W=1000 H=600 ./pixelfloot_bash.sh floot images/lucky-cat.jpg chaos` + - 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` + - set the position : `W=420 H=420 ./pixelfloot_bash.sh floot images/lucky-cat.jpg shake` - 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` - increase No of cuncurrent connections: `FLOOTFORKS=8 ./pixelfloot_bash.sh floot images/lucky-cat.jpg`