about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/dwm-status8
1 files 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