From fe9859908c492ee1984046c7c11aad19f956d281 Mon Sep 17 00:00:00 2001 From: Aaahh Ahh Date: Sun, 26 Nov 2017 15:31:12 -0500 Subject: Add video demo --- README.md | 17 +++++++++++------ examples/demo-gif.gif | Bin 0 -> 2019434 bytes 2 files changed, 11 insertions(+), 6 deletions(-) create mode 100644 examples/demo-gif.gif diff --git a/README.md b/README.md index f120a12..80687c9 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,14 @@ # Xwinwrap -My fork of xwinwrap. -Xwinwrap allows you to stick most of the apps to your desktop background. -My use case - can use gif as a background +Fork of xwinwrap. +Xwinwrap allows you to stick an app such as a videoplayer or gif viewer to your desktop background. +Gif as a background: -![demo gif](https://github.com/ujjwal96/xwinwrap/blob/demo/demo.gif) +![demo gif](https://github.com/aaahh/xwinwrap/blob/master/examples/demo-gif.gif) + +Video as a background: + +![demo gif](https://github.com/aaahh/xwinwrap/blob/master/examples/demo-video.gif) ### Installing @@ -40,12 +44,13 @@ Options: ``` Example `xwinwrap -g 400x400 -ni -s -nf -b -un -argb -sh circle -- gifview -w WID mygif.gif -a` - +`nice xwinwrap -b -s -fs -st -sp -nf -ov -fdt -- mpv -wid WID --really-quiet --framedrop=vo --no-audio --panscan="1.0" /path/to/your/video` ### Changes * Added ability to make undecorated window * Changed how desktop window is found * Refactored window hints +* Add DESKTOP window type flag ---- -Original source - https://launchpad.net/xwinwrap +Original source - https://launchpad.net/xwinwrap \ No newline at end of file diff --git a/examples/demo-gif.gif b/examples/demo-gif.gif new file mode 100644 index 0000000..d9f0b21 Binary files /dev/null and b/examples/demo-gif.gif differ -- cgit v1.2.3