aboutsummaryrefslogtreecommitdiff
path: root/.local/share/scripts
diff options
context:
space:
mode:
authorBlista Kanjo2023-07-10 22:19:31 -0400
committerBlista Kanjo2023-07-10 22:19:31 -0400
commiteedd1aaac5c7381b68782dd53cf714082fb8ed86 (patch)
treedec4c228e853ff865077f3d3dedad8f39a4cd45a /.local/share/scripts
parentc64683a26afd6e76f0d271ee578a56736f9d742b (diff)
refactor: delete dmenu-dunst folder
Diffstat (limited to '.local/share/scripts')
-rwxr-xr-x.local/share/scripts/dym.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/share/scripts/dym.sh b/.local/share/scripts/dym.sh
index 79374f8..aef084c 100755
--- a/.local/share/scripts/dym.sh
+++ b/.local/share/scripts/dym.sh
@@ -1,13 +1,13 @@
#!/bin/sh
-WORD=$(echo "\n" | ~/.local/share/dmenu-custom/dmenu -b -i -p "Check Spelling: ")
+WORD=$(echo "\n" | ~/.local/bin/dmenu-adwaita -b -i -p "Check Spelling: ")
[ -z "$WORD" ] && exit
if [ -n "$1" ]; then
xdotool type "$WORD"
else
- CORRECTED=$(dym -c $WORD -n 10 | ~/.local/share/dmenu-custom/dmenu -i -b -l 10 -p "Did you mean?:")
+ CORRECTED=$(dym -c $WORD -n 10 | ~/.local/bin/dmenu-adwaita -i -b -l 10 -p "Did you mean?:")
[ -z "$CORRECTED" ] && exit
if [ -n "$1" ]; then