diff --git a/README.md b/README.md index 31d5c09..e7700ac 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,16 @@ display), and swiping **up** returns to exactly the screen you left. Built for a 10" touch panel on a server rack driving four Raspberry Pis, on a low-power x86 box running i3 on X11. +## What it looks like + +The panel in place, showing the four-Pi group overview: + +![The touch panel mounted in the rack, showing all four Raspberry Pis tiled](media/rack-display.jpg) + +Swiping through the carousel ([media/swipe-demo.mp4](media/swipe-demo.mp4)): + +![Swipe demo video](media/swipe-demo.mp4) + ## How it works, and why **The carousel is tmux pane zoom, not extra socktop instances.** There is exactly diff --git a/media/rack-display.jpg b/media/rack-display.jpg new file mode 100644 index 0000000..2700496 Binary files /dev/null and b/media/rack-display.jpg differ diff --git a/media/swipe-demo.mp4 b/media/swipe-demo.mp4 new file mode 100644 index 0000000..ea8cca6 Binary files /dev/null and b/media/swipe-demo.mp4 differ