From 05a8f3c75522dd9b8c905fb6133fb7b79583654b Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Tue, 7 Mar 2023 16:18:59 +0200 Subject: Did some changes t rc.lua --- scripts/.scripts/books.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/.scripts/books.sh') 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" ] -- cgit v1.2.3