summaryrefslogtreecommitdiff
path: root/.local/bin/wifi
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2020-10-03 19:27:15 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2020-10-03 19:27:15 -0400
commite371d9edd474bcf89cf5d462eaccb8638900b390 (patch)
treeed07118f5c514a55f23a779a1507640e46fd9ed2 /.local/bin/wifi
Initial commit
Diffstat (limited to '.local/bin/wifi')
-rwxr-xr-x.local/bin/wifi10
1 files changed, 10 insertions, 0 deletions
diff --git a/.local/bin/wifi b/.local/bin/wifi
new file mode 100755
index 0000000..102a6a4
--- /dev/null
+++ b/.local/bin/wifi
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+case "$(cat /sys/class/net/wlp0s20f3/operstate)" in
+ up) echo "  " ;;
+ down) echo "  " ;;
+esac
+
+# 
+# 
+# 