about summary refs log tree commit diff
diff options
context:
space:
mode:
authorManuel Palenzuela <manuelpalenzuelamerino@gmail.com>2019-08-07 01:10:54 +0200
committerManuel Palenzuela <manuelpalenzuelamerino@gmail.com>2019-08-07 01:10:54 +0200
commit1eb6c2494a2602fc2ca94f46297f1707b4b030f0 (patch)
treec453c38b515b42d9464f908cd385f5956d7b39f4
parentAdded urgentborder patch (diff)
downloaddwm-1eb6c2494a2602fc2ca94f46297f1707b4b030f0.tar.gz
dwm-1eb6c2494a2602fc2ca94f46297f1707b4b030f0.tar.bz2
dwm-1eb6c2494a2602fc2ca94f46297f1707b4b030f0.zip
Changed ethernet icon dwm-status
-rwxr-xr-xscripts/dwm-status5
1 files changed, 1 insertions, 4 deletions
diff --git a/scripts/dwm-status b/scripts/dwm-status
index 1293ba8..6c3f328 100755
--- a/scripts/dwm-status
+++ b/scripts/dwm-status
@@ -1,8 +1,5 @@
 #!/bin/sh
 
-#TODO: Clean up the status function with individual separate functions (battery etc)
-
-
 # This script sets the statusbar with the xsetroot command at the end. Have it
 # started by ~/.xinitrc or ~/.xprofile.
 
@@ -71,7 +68,7 @@ tor() {
 network() {
 
 	if [ "$(cat /sys/class/net/eth?/carrier)" == "1" ]; then
-		echo "" # 
+		echo "" # 
 		echo "$delim"
 	fi