summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.local/bin/connect_wifi1
-rw-r--r--.local/share/vocab/words.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/.local/bin/connect_wifi b/.local/bin/connect_wifi
index 3b4d5f8..c60bbe4 100755
--- a/.local/bin/connect_wifi
+++ b/.local/bin/connect_wifi
@@ -3,3 +3,4 @@
bssid=$(nmcli device wifi list | sed -n '1!p' | cut -b 9- | dmenu -p "Select wifi:" -l 20 | cut -d' ' -f1)
pass=$(echo "" | dmenu -P -p "Enter Password: ")
nmcli device wifi connect $bssid password $pass
+notify-send "sucessfully connected to $bssid"
diff --git a/.local/share/vocab/words.txt b/.local/share/vocab/words.txt
index f81b075..9ce2a05 100644
--- a/.local/share/vocab/words.txt
+++ b/.local/share/vocab/words.txt
@@ -76,3 +76,4 @@ concise -> giving a lot of information cleary and in a few words; brief but comp
lunatic -> a person who is mentally ill (not in technical use)
deterrent -> a thing that discourages or is intended to discourage someone from doing sometihng
omit -> leave out or exclude someone or something, either intentionally or forgetfully
+analogy -> a comparison between one thing and anotherm, typicall for the purpose of explanation or clarification