Skip to content

[Feature] Duplicate widget across all monitors/taskbars #229

Description

@dovletix

What problem does this solve?

On a multi-monitor setup (3 displays), the widget can only be pinned to a single monitor via 'Preferred Monitor'. I want the same stats (network, CPU, GPU, RAM, VRAM) to show simultaneously on the taskbar of every connected monitor, not just one.

Proposed solution

Add a 'Show on all monitors' / 'Duplicate on every taskbar' option in Settings -> General that spawns one synced widget window per detected taskbar (reusing the same StatsMonitorThread/data source, so there's only one DB writer and one set of PDH/psutil polls, just multiple render targets).

Alternatives considered

Tried launching a second NetSpeedTray.exe process manually, but it's blocked by SingleInstanceChecker and exits immediately (log: 'NetSpeedTray is already running; this duplicate launch will exit quietly').

How blocking is this for you?

Would significantly improve my use

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions