aboutsummaryrefslogtreecommitdiff
path: root/i3/blocks/ip-address
diff options
context:
space:
mode:
Diffstat (limited to 'i3/blocks/ip-address')
-rwxr-xr-xi3/blocks/ip-address9
1 files changed, 0 insertions, 9 deletions
diff --git a/i3/blocks/ip-address b/i3/blocks/ip-address
deleted file mode 100755
index d91ab56..0000000
--- a/i3/blocks/ip-address
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/bash
-
-IP_ADDRESS=$(ip route get 1 | awk '{print $NF;exit}')
-
-if [[ "${IP_ADDRESS}" != "" ]]; then
- echo "${IP_ADDRESS}"
- echo "${IP_ADDRESS}"
- echo ""
-fi \ No newline at end of file