diff --git a/README.md b/README.md index f63cec4..ebbeb7f 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ It is necessary to have the Phonon GStreamer backend for qt5 and the GStreamer f This theme streams the videos so internet connection is necessary If there is no active connection or the video can't be played the background will fallback to the image background.jpg -### Changing settings in `theme.conf.user`: +### Changing settings in `theme.conf.user` You can change the font and the background. The background can be either an image, a video or a playlist (.m3u) file, for example: @@ -25,9 +25,10 @@ displayFont="Montserrat" ## Preview -... +![preview1](preview1.gif) +![preview2](preview2.gif) -## TODO +### TODO - [ ] Randomize playlist each time inside QML - [ ] Pick Videos based on time of day diff --git a/preview1.gif b/preview1.gif new file mode 100644 index 0000000..d722fa2 Binary files /dev/null and b/preview1.gif differ diff --git a/preview1.webm b/preview1.webm deleted file mode 100644 index 38373eb..0000000 Binary files a/preview1.webm and /dev/null differ diff --git a/preview2.gif b/preview2.gif new file mode 100644 index 0000000..05a3119 Binary files /dev/null and b/preview2.gif differ diff --git a/preview2.webm b/preview2.webm deleted file mode 100644 index 13f5082..0000000 Binary files a/preview2.webm and /dev/null differ