Skip to content

Commit

Permalink
Fix typo in dynamic_themes.md (#1941)
Browse files Browse the repository at this point in the history
Add missing "P" in "PREVIEW=true"
  • Loading branch information
tspnn committed Jan 29, 2024
1 parent e74c2dc commit 689d72f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkdocs/docs/guides/DynamicThemes/dynamic_themes.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ These will be merged into the theme on load:
Now if we run it:

```bash
REVIEW=true rofi -theme fullscreen-preview.rasi -show filebrowser
PREVIEW=true rofi -theme fullscreen-preview.rasi -show filebrowser
```

It looks like this:
Expand Down

0 comments on commit 689d72f

Please sign in to comment.