aboutsummaryrefslogtreecommitdiff
path: root/scripts/.scripts/books.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/.scripts/books.sh')
-rwxr-xr-xscripts/.scripts/books.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/.scripts/books.sh b/scripts/.scripts/books.sh
index f119107..6860a4f 100755
--- a/scripts/.scripts/books.sh
+++ b/scripts/.scripts/books.sh
@@ -9,8 +9,8 @@
# #
##################################################################
-path="/home/pengu/Books/"
-choice=$(ls "$path" | dmenu -l 10)
+path="/run/media/peng/Storage/omar/Books"
+choice=$(ls "$path" | dmenu -i -l 10)
new_choice=$choice
while [ -d "$path/$new_choice" ]