summaryrefslogtreecommitdiffstats
path: root/mkdocs/docs/guides/DynamicThemes/dynamic_themes.md
diff options
context:
space:
mode:
Diffstat (limited to 'mkdocs/docs/guides/DynamicThemes/dynamic_themes.md')
-rw-r--r--mkdocs/docs/guides/DynamicThemes/dynamic_themes.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/mkdocs/docs/guides/DynamicThemes/dynamic_themes.md b/mkdocs/docs/guides/DynamicThemes/dynamic_themes.md
index 783f8ba5..ca099933 100644
--- a/mkdocs/docs/guides/DynamicThemes/dynamic_themes.md
+++ b/mkdocs/docs/guides/DynamicThemes/dynamic_themes.md
@@ -25,7 +25,8 @@ In the current release, there is a
[fullscreen_preview](https://github.com/davatorium/rofi/blob/next/themes/fullscreen-preview.rasi)
as an example.
-In this theme we are going to modify the filebrowser view with a preview widget that we can enable.
+In this theme we are going to modify the filebrowser view with a preview widget
+that we can enable.
Lets start with the basic theme.
@@ -134,7 +135,6 @@ rofi -theme fullscreen-preview.rasi -show filebrowser
We already prepared the place where we are going to add a 2nd widget.
Now lets, at the end of the theme, add the extra element in a media block.
-
```css
@media ( enabled: env(PREVIEW, false)) {
```
@@ -173,7 +173,6 @@ Now if we run it:
REVIEW=true rofi -theme fullscreen-preview.rasi -show filebrowser
```
-
It looks like this:
![Image preview](2.png)