diff --git a/README.md b/README.md
index c2032e67..8f1c8315 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,11 @@ A GNOME media player built using [GJS](https://gitlab.gnome.org/GNOME/gjs) and p
Fullscreen Mode
+
+
+ Floating Mode
+
+
### WORK IN PROGRESS
This is still early WIP. Many features are not implemented yet and quite a few are still unstable.
diff --git a/data/com.github.rafostar.Clapper.appdata.xml b/data/com.github.rafostar.Clapper.appdata.xml
index 2d936d62..401b8998 100644
--- a/data/com.github.rafostar.Clapper.appdata.xml
+++ b/data/com.github.rafostar.Clapper.appdata.xml
@@ -18,7 +18,7 @@
The media player has an adaptive GUI. When viewing videos in "Windowed Mode",
Clapper will use mostly unmodified GTK widgets to match your OS look nicely.
When player enters "Fullscreen Mode" all GUI elements will become darker, bigger
- and semi-transparent for your viewing comfort.
+ and semi-transparent for your viewing comfort. It also has a "Floating Mode".
Rafał Dzięgiel
@@ -37,6 +37,9 @@
https://raw.githubusercontent.com/Rafostar/clapper/master/media/screenshot-fullscreen-mode.png
+
+ https://raw.githubusercontent.com/Rafostar/clapper/master/media/screenshot-floating-mode.png
+
diff --git a/media/screenshot-floating-mode.png b/media/screenshot-floating-mode.png
new file mode 100644
index 00000000..8f4fbce3
Binary files /dev/null and b/media/screenshot-floating-mode.png differ
diff --git a/media/screenshot-windowed-mode.png b/media/screenshot-windowed-mode.png
index 81e4e020..eb51f7e6 100644
Binary files a/media/screenshot-windowed-mode.png and b/media/screenshot-windowed-mode.png differ