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
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