gnome-extension-wifi-signal.../metadata.json
Jalil Arfaoui 87c5001da1 Remove unreliable max bitrate from Speed line
NM.AccessPoint.get_max_bitrate() reports a value that doesn't account
for MIMO spatial streams or extended channel widths, leading to the
negotiated speed appearing higher than the supposed max (e.g. 1729 vs 540).
Remove the max from the connected info Speed line where the comparison
is misleading. Keep it in the AP list where it serves as a relative
indicator between access points.
2026-03-19 13:39:51 +01:00

11 lines
401 B
JSON

{
"uuid": "wifi-signal-plus@jalil.arfaoui.net",
"name": "WiFi Signal Plus",
"description": "Displays WiFi generation (4/5/6/7) in the top bar with detailed connection info on hover",
"shell-version": ["45", "46", "47", "48", "49"],
"version": 7,
"url": "https://github.com/JalilArfaoui/gnome-extension-wifi-signal-plus",
"donations": {
"liberapay": "Jalil"
}
}