diff options
-rwxr-xr-x | scripts/dwm-status | 5 |
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 |