Files
Waybar/src
Alex b17743ff6a network: treat negative/failed link speed as 0
/sys/class/net/<if>/speed reports -1 with no carrier. Reading it into a
uint32_t wrapped to 4294967295 (without setting failbit), so {linkSpeed}
showed an absurd value. Read into int64_t, check fail(), and treat negative
or failed reads as 0.
2026-07-05 10:13:24 +02:00
..
2026-04-27 11:41:09 +02:00
2026-07-04 01:36:46 +02:00