You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/index.html
+33-1Lines changed: 33 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -172,8 +172,40 @@ <h2>Three Display Modes</h2>
172
172
</div>
173
173
</section>
174
174
175
+
<!-- Desktop Wallpaper mode -->
176
+
<sectionclass="section" id="wallpaper-mode">
177
+
<divclass="container">
178
+
<headerclass="section-head">
179
+
<h2>Desktop Wallpaper Mode</h2>
180
+
<p>Mount the dashboard directly into the Windows desktop layer — permanently visible on your primary monitor, never overlapping your apps or taskbar.</p>
181
+
</header>
182
+
<ulclass="features-grid">
183
+
<liclass="feature-card">
184
+
<divclass="feature-dot"></div>
185
+
<h3>Behind everything, always visible</h3>
186
+
<p>Runs in the Windows WorkerW layer — the same layer as your desktop wallpaper. Visible in any gaps between windows and on empty desktop space, without covering anything.</p>
187
+
</li>
188
+
<liclass="feature-card">
189
+
<divclass="feature-dot"></div>
190
+
<h3>Survives Win+D</h3>
191
+
<p>Press Win+D to show the desktop and the dashboard stays put — unlike Always Behind mode, the WorkerW layer is not affected by the Show Desktop command.</p>
192
+
</li>
193
+
<liclass="feature-card">
194
+
<divclass="feature-dot"></div>
195
+
<h3>Separate process, zero focus impact</h3>
196
+
<p>The wallpaper host (<code>rigstats-wallpaper</code>) runs isolated from the main app. It never appears in Alt+Tab, never steals focus, and exits automatically when the parent stops.</p>
197
+
</li>
198
+
<liclass="feature-card">
199
+
<divclass="feature-dot"></div>
200
+
<h3>Settings apply on Save</h3>
201
+
<p>Because the host is a separate process, changes can't be previewed live. Settings apply on Save, and the display profile is locked while in wallpaper mode — switch layer to change it.</p>
202
+
</li>
203
+
</ul>
204
+
</div>
205
+
</section>
206
+
175
207
<!-- Panels -->
176
-
<sectionclass="section" id="panels">
208
+
<sectionclass="section section-alt" id="panels">
177
209
<divclass="container">
178
210
<headerclass="section-head">
179
211
<h2>Eleven Live Panels (7 default + 4 optional)</h2>
0 commit comments