Skip to content

Commit cd9a773

Browse files
dvalfridclaude
andcommitted
docs(website): add wallpaper mode section and fix settings tab overflow
- Add Desktop Wallpaper Mode feature section with 4 cards covering WorkerW layer behaviour, Win+D survival, separate-process isolation, and Save-only settings apply - Reduce settings tab padding (14px → 9px) so all five tabs fit Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 6a1683c commit cd9a773

2 files changed

Lines changed: 34 additions & 2 deletions

File tree

website/index.html

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,40 @@ <h2>Three Display Modes</h2>
172172
</div>
173173
</section>
174174

175+
<!-- Desktop Wallpaper mode -->
176+
<section class="section" id="wallpaper-mode">
177+
<div class="container">
178+
<header class="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+
<ul class="features-grid">
183+
<li class="feature-card">
184+
<div class="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+
<li class="feature-card">
189+
<div class="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+
<li class="feature-card">
194+
<div class="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+
<li class="feature-card">
199+
<div class="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+
175207
<!-- Panels -->
176-
<section class="section" id="panels">
208+
<section class="section section-alt" id="panels">
177209
<div class="container">
178210
<header class="section-head">
179211
<h2>Eleven Live Panels (7 default + 4 optional)</h2>

website/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ code {
494494
}
495495

496496
.settings-tab {
497-
padding: 9px 14px;
497+
padding: 9px 9px;
498498
font-size: .78rem;
499499
font-weight: 500;
500500
background: none;

0 commit comments

Comments
 (0)