network-speed-tray-icon#4652
Conversation
|
Показывает 0.00. И не видно цифр на светлом фоне. |
Попробую чуть позже посмотреть. Обновление показателей сделал с шагом в 0.5 МБ/сек, чтобы текст умещался (более-менее только 2 цифры влезет). Касаемо фона - не учел, у меня таскбар темно-серый. Постараюсь прикрутить выбор цвета. |
|
Если 0.5 вместится, то и 0.1 вместится. |
|
И что показывается-то? Ширина канала или текущая закачка? |
Submission reviewNote: This review was done by Claude, and then refined manually. Due to the amount of submissions, doing a fully manual review for each pull request is no longer feasible. Thank you for understanding. Please address the following issues. The items in the collapsed sections are optional, so it's your call whether to address them. Thanks for the submission! The core idea is fine, but there are a few things to address before this can be merged. 1. This should be a "tool mod", not injected into
Converting it to a tool mod fixes both and is straightforward: set 2. Handle g_uMsgTaskbarCreated = RegisterWindowMessageW(L"TaskbarCreated");
// in WndProc:
if (msg == g_uMsgTaskbarCreated) { Shell_NotifyIconW(NIM_ADD, &g_nid); return 0; }See theme-toggler-tray.wh.cpp#L81 and theme-toggler-tray.wh.cpp#L102. 3. User-facing strings must default to English. The README, the setting's Optional improvements
Minor polish — none of this affects users, so it's your call.
Functionality notes
Non-critical observations and ideas about the feature behavior itself.
|
Added option to switch between 0.5 and 0.1 measurement scale. Added option to chose the color of numbers. Translated comments to English.
Simple mod that shows current download speed in system tray.
network-speed-tray-icon.wh.cpp
Mod authorship
This mod was created by: