diff options
Diffstat (limited to 'config/i3blocks/scripts/iface')
-rwxr-xr-x | config/i3blocks/scripts/iface | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/i3blocks/scripts/iface b/config/i3blocks/scripts/iface index a0a1946..134d66b 100755 --- a/config/i3blocks/scripts/iface +++ b/config/i3blocks/scripts/iface @@ -32,9 +32,6 @@ IF=$(ip route | awk '/^default .* (wlp|enp)/ { print $5 ; exit }') # If no IF is selected then we want see down, not anything else. if [ -z "$IF" ] || [[ "$(cat /sys/class/net/$IF/operstate)" = 'down' ]]; then - echo down # full text - echo down # short text - echo \#FF0000 # color exit fi |