summaryrefslogtreecommitdiff
path: root/bar/netnotification
diff options
context:
space:
mode:
Diffstat (limited to 'bar/netnotification')
-rwxr-xr-xbar/netnotification5
1 files changed, 5 insertions, 0 deletions
diff --git a/bar/netnotification b/bar/netnotification
new file mode 100755
index 0000000..ee68238
--- /dev/null
+++ b/bar/netnotification
@@ -0,0 +1,5 @@
+#!/bin/sh
+ip="`ip addr | sed -n '/\slo/d; s/\/.*//; s/\s*inet /IP Address:\t/p;'`"
+ssid="`iw wlp3s0 link | sed -n 's/\s*SSID:\s*/SSID:\t\t/p'`"
+
+notify-send -u low "Network info:" "$ip\n$ssid"