From 1eb6c2494a2602fc2ca94f46297f1707b4b030f0 Mon Sep 17 00:00:00 2001 From: Manuel Palenzuela Date: Wed, 7 Aug 2019 01:10:54 +0200 Subject: Changed ethernet icon dwm-status --- scripts/dwm-status | 5 +---- 1 file changed, 1 insertion(+), 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 -- cgit 1.4.1