From cd2fff82097ed94dd5b9a5e444fccce685f15e10 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Fri, 26 Jul 2024 20:30:06 +0200 Subject: Improve display for non-linked network devices --- tw/services/desktop.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tw/services/desktop.scm') diff --git a/tw/services/desktop.scm b/tw/services/desktop.scm index d5241908..5b2d1bc9 100644 --- a/tw/services/desktop.scm +++ b/tw/services/desktop.scm @@ -449,7 +449,10 @@ display.")) (network (interval . 10) - (format . "{ifname}") + (format . "?? {ifname}") + (format-linked . "🌐") + (format-disconnected . "🌐") + (format-disabled . "🌐") (format-ethernet . "🌐 ⇅ {bandwidthTotalBytes}") (format-wifi . "{icon} {essid} ⇅ {bandwidthTotalBytes}") (format-icons . #("📶" -- cgit v1.2.3