From: Plom Heller Date: Sat, 19 Sep 2026 12:07:05 +0000 (+0200) Subject: Use generic device type rather than specific device name for network status bar segment. X-Git-Url: https://plomlompom.com/repos/reset_cookie?a=commitdiff_plain;h=9c7fcc603776286cdb60c209548b4319d5fb96c1;p=confplom Use generic device type rather than specific device name for network status bar segment. --- diff --git a/home/user/.config/sway/status.py b/home/user/.config/sway/status.py index 2d2949a..d57cde9 100755 --- a/home/user/.config/sway/status.py +++ b/home/user/.config/sway/status.py @@ -151,7 +151,7 @@ def info_network( return addr return '?' - info = f'{dev_ip()} {device}' + info = f'{dev_ip()} {dev_type}' if dev_type == 'wifi': for ssid, signal in ( row[1:] for row in nmcli_fields(