summaryrefslogtreecommitdiff
path: root/.config/sway/status.sh
diff options
context:
space:
mode:
Diffstat (limited to '.config/sway/status.sh')
-rwxr-xr-x.config/sway/status.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/sway/status.sh b/.config/sway/status.sh
index d39c17f..ee74ae6 100755
--- a/.config/sway/status.sh
+++ b/.config/sway/status.sh
@@ -26,8 +26,8 @@ awk '{print $2}')
ip_addr=$(ip route get 1.1.1.1 | head -1 | cut -d' ' -f7)
network=$(ip route get 1.1.1.1 | grep -Po '(?<=dev\s)\w+' | cut -f1 -d ' ')
# interface_easyname grabs the "old" interface name before systemd renamed it
-interface_easyname=$(dmesg | grep $network | grep renamed | awk 'NF>1{print $NF}')
-ping=$(ping -c 1 www.google.es | tail -1| awk '{print $4}' | cut -d '/' -f 2 | cut -d '.' -f 1)
+#interface_easyname=$(dmesg | grep $network | grep renamed | awk 'NF>1{print $NF}')
+#ping=$(ping -c 1 www.google.es | tail -1| awk '{print $4}' | cut -d '/' -f 2 | cut -d '.' -f 1)
# CPU temp
cpu_temp=$(sensors | grep -oP 'CPU.*?\+\K[0-9.]+')