openscopeproject / TrguiNG

Remote GUI for Transmission torrent daemon
GNU Affero General Public License v3.0
265 stars 32 forks source link

Feature Request: Option to show current DL / UL speed in window title and task bar #162

Closed JustAndreww closed 4 months ago

JustAndreww commented 5 months ago

I think it would be nice to show DL / UL speed here of the currently opened server: image

And in taskbar: image

Maybe also when you hover your mouse over the tray icon in a non-existent yet popup balloon :)

qu1ck commented 5 months ago

I added speeds to window title. In taskbar the string shown is same as window title, there is no separate control over it. And it's more important to show the application name, which is why it's first.

For tray icon I considered it but that would require constantly polling 2 more fields even in background mode. Not worth the increase in network usage.

qu1ck commented 4 months ago

Implemented in v1.2.0