diff --git a/docs/config-screensaver.md b/docs/config-screensaver.md
index bf76ddc0..29f33b19 100644
--- a/docs/config-screensaver.md
+++ b/docs/config-screensaver.md
@@ -96,6 +96,22 @@ Example for the theme config:
```
+
+Config Example for configured statusIcons with increased size of the icons
+
+```
+ config:
+ screensaver:
+ entity: weather.k3ll3r
+ statusIcon1:
+ entity: switch.example_item
+ altFont: True
+ statusIcon2:
+ entity: binary_sensor.example_item
+ altFont: True
+```
+
+
It is possible to increase the size of the font used for the icons by adding `altFont: True` to the statusIcon configuration. Icon/Color Overrides are also possible like on any other Entity.
@@ -106,7 +122,7 @@ It is possible to increase the size of the font used for the icons by adding `al
screensaver:
entity: weather.k3ll3r
theme:
- autoWeather: true
+ autoWeather: true
```