summaryrefslogtreecommitdiff
path: root/.scripts/4chgettofi
diff options
context:
space:
mode:
authorSaumit <justsaumit@protonmail.com>2025-02-23 16:20:47 +0530
committerSaumit <justsaumit@protonmail.com>2025-02-23 16:20:47 +0530
commita9950e07cb2b662fa88b32a9e2e277676446a206 (patch)
tree0c17e7b0c3b8a4981100c96baa2a0bc831e02949 /.scripts/4chgettofi
parent576e3385f7ef63eff30bae3fe63e231b09d2f875 (diff)
.scripts: few updates
Diffstat (limited to '.scripts/4chgettofi')
-rwxr-xr-x.scripts/4chgettofi3
1 files changed, 2 insertions, 1 deletions
diff --git a/.scripts/4chgettofi b/.scripts/4chgettofi
index ee88553..a820059 100755
--- a/.scripts/4chgettofi
+++ b/.scripts/4chgettofi
@@ -5,7 +5,8 @@ while [[ "$option" != "w" && "$option" != "wg" ]]; do
option=$(echo -e "wg\nw" | tofi --prompt-text "Is it wallpaper/general (wg) or anime wallpaper (w)?")
done
-[[ $option == "w" ]] && parentdir="$rootpapesdir/w" && nel="nel" || parentdir="$rootpapesdir/wg"
+#[[ $option == "w" ]] && parentdir="$rootpapesdir/w" && nel="nel" || parentdir="$rootpapesdir/wg"
+[[ $option == "w" ]] && parentdir="$rootpapesdir/w" || parentdir="$rootpapesdir/wg"
while true; do
dir=$(tofi --prompt-text "Enter folder name: " --require-match=false </dev/null)