mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-06 12:39:35 +02:00
Network panel now polls 'ip route get 1.1.1.1' for the active interface and renders a key/value grid with IP/CIDR, gateway, link speed + duplex (ethernet) or signal/freq/bitrate (Wi-Fi). One bash script collects everything in TSV. Wi-Fi list now works on Omarchy's default iwd+impala stack: when nmcli isn't installed, falls back to 'iwctl station <dev> get-networks' and parses the connected/SSID/signal/security columns. The list is hidden entirely when no Wi-Fi station device exists (ethernet-only machines). Right-click on the bar widget and the bottom 'Open Wi-Fi manager (Impala)' button both run omarchy-launch-wifi directly (was wrapped in extra OMARCHY_PATH= env that wasn't actually doing anything).