diff options
Diffstat (limited to '')
-rwxr-xr-x | .local/bin/conky/net.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/conky/net.sh b/.local/bin/conky/net.sh index 903dd4a..3b380ed 100755 --- a/.local/bin/conky/net.sh +++ b/.local/bin/conky/net.sh @@ -21,7 +21,7 @@ if grep up "/sys/class/net/$if_main/operstate" >/dev/null 2>&1 && ! [ -z $(ifcon elif grep up "/sys/class/net/$if_alt/operstate" >/dev/null 2>&1 && ! [ -z $(ifconfig $if_alt 2>/dev/null | awk '/inet / {print $2}') ]; then if_main=$if_alt else - echo '${font1}NETWORK ${hr}${font} + echo '${font1}NET ${hr}${font} ${color #928374}No network${font}' exit fi |