Skip to content

Commit 0ecf641

Browse files
authored
Update README.md
1 parent ad6fca2 commit 0ecf641

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ The goal is to save CPU/GPU resources when your desktop is obscured (e.g., by fu
55

66
## Why Use This?
77

8-
Wallpaper Engine has basic occlusion detection (pausing for maximized windows on a single monitor), but it doesn't handle advanced scenarios like multiple side-by-side windows obscuring most of the desktop.\
9-
This tool enables using more resource-intensive wallpapers by pausing rendering when they're not visible.
8+
Wallpaper Engine has basic occlusion detection (pausing for maximized windows on a monitor), but it doesn't handle advanced scenarios like multiple side-by-side windows obscuring the desktop.\
9+
This tool enables using more resource-intensive wallpapers by pausing rendering when they're not visible as well as allowing the user to specify a threshold for what percentage of the dekstop needs to be visible for the rendering to continue.
1010
\
1111
It is recommended to specify your main monitor with `-m` (e.g., `-m 1`); if its visibility drops below the threshold, all wallpapers pause.\
1212
The code supports per-monitor pause/resume, which can be enabled if Wallpaper Engine adds this feature in the future.\
1313
\
14-
**Note:** Wallpaper Engine currently only supports pausing/resuming all monitors at once—no per-monitor control.
14+
**Note:** Wallpaper Engine currently [only supports](https://help.wallpaperengine.io/en/functionality/cli.html#pause) pausing/resuming all monitors at once—no per-monitor control via CLI.
1515

1616
## Features
1717

@@ -20,8 +20,8 @@ The code supports per-monitor pause/resume, which can be enabled if Wallpaper En
2020
- **Customizable Thresholds**: Pause when visibility drops below a set percentage (0-100).
2121
- **Throttle Updates**: Configurable max frequency for visibility checks (default: 1000ms).
2222
- **32/64-Bit Support**: Compatible with both Wallpaper Engine versions.
23-
- **Graceful Shutdown**: Auto-resumes wallpapers on exit or Ctrl+C.
24-
- **Service Mode**: Run as a Windows background service for always-on operation.
23+
- **Graceful Shutdown**: Auto-resumes wallpapers on exit.
24+
- **Service Mode**: Run as a Windows background service for always-on operation with automatic installation.
2525

2626
## Prerequisites
2727

0 commit comments

Comments
 (0)