diff options
author | Joe <bousset.rudy@gmail.com> | 2023-02-17 13:25:56 +0100 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2023-02-17 13:25:56 +0100 |
commit | cd9cc0153322ba241f5224fcc7c414f5ba605138 (patch) | |
tree | 5498117af99a6b3b0b4eec36d27ac46a4734d948 /.local/bin/conky | |
parent | fix (diff) | |
download | dotfiles-bsd-cd9cc0153322ba241f5224fcc7c414f5ba605138.tar.gz dotfiles-bsd-cd9cc0153322ba241f5224fcc7c414f5ba605138.tar.bz2 dotfiles-bsd-cd9cc0153322ba241f5224fcc7c414f5ba605138.tar.xz dotfiles-bsd-cd9cc0153322ba241f5224fcc7c414f5ba605138.tar.zst dotfiles-bsd-cd9cc0153322ba241f5224fcc7c414f5ba605138.zip |
up
Diffstat (limited to '.local/bin/conky')
-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 |