aboutsummaryrefslogtreecommitdiff
path: root/scripts/.scripts/books.sh
diff options
context:
space:
mode:
authoromagdy7 <omar.professional8777@gmail.com>2023-03-07 16:18:59 +0200
committeromagdy7 <omar.professional8777@gmail.com>2023-03-07 16:18:59 +0200
commit05a8f3c75522dd9b8c905fb6133fb7b79583654b (patch)
tree008230cf28a2b437cfb003d1e3c18a307f15a51e /scripts/.scripts/books.sh
parent5126035e6763ee45c0e48e3d8bca7ea629479e83 (diff)
downloaddotfiles-05a8f3c75522dd9b8c905fb6133fb7b79583654b.tar.xz
dotfiles-05a8f3c75522dd9b8c905fb6133fb7b79583654b.zip
Did some changes t rc.lua
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" ]