From 22123950459456a8a6b2799ee0e5a40d2b968d4c Mon Sep 17 00:00:00 2001 From: Manuel Palenzuela Date: Sat, 3 Aug 2019 20:01:27 +0200 Subject: Prepare to add ethernet checking dwm-status --- scripts/dwm-status | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/dwm-status b/scripts/dwm-status index 6c63c91..30e4712 100755 --- a/scripts/dwm-status +++ b/scripts/dwm-status @@ -68,7 +68,9 @@ tor() { fi } -wireless() { +connection() { + + #Add ethernet checking (plugged in) Icon(s):   if grep -q wlan* "/proc/net/wireless"; then @@ -81,8 +83,6 @@ wireless() { esac echo $delim - else - : fi if [ "$internet" = true ]; then @@ -190,7 +190,7 @@ status() { \ bluetooth - wireless + connection temperature -- cgit 1.4.1