diff options
Diffstat (limited to 'config/i3blocks')
-rwxr-xr-x | config/i3blocks/bandwidth | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/i3blocks/bandwidth b/config/i3blocks/bandwidth index 97b2018..cfefaf2 100755 --- a/config/i3blocks/bandwidth +++ b/config/i3blocks/bandwidth @@ -21,9 +21,6 @@ INTERFACE=$(ip route | awk '/^default .* (wlp|enp)/ { print $5 ; exit }') # Issue #36 compliant. if ! [ -e "/sys/class/net/${INTERFACE}/operstate" ] || ! [ "`cat /sys/class/net/${INTERFACE}/operstate`" = "up" ] then - echo "$INTERFACE down" - echo "$INTERFACE down" - echo "#FF0000" exit 0 fi |