- commit
- edd4ec8
- parent
- 122cc8d
- author
- chasinglightning
- date
- 2025-07-24 14:32:44 -0400 EDT
another dict tweak
1 files changed,
+1,
-1
+1,
-1
1@@ -4,7 +4,7 @@
2 #
3 # https://github.com/BreadOnPenguins/scripts/blob/master/define_word
4
5-word=$(echo " " | dmenu -i -c -l 10)
6+word=$(echo " " | dmenu -i -c -l 10 -p "dictionary!")
7
8 if [ -n "$word" ]; then
9 response=$(curl -s --connect-timeout 5 --max-time 10 "https://api.dictionaryapi.dev/api/v2/entries/en_US/$word")