fuzzel-vsc: make prompt more clear

This commit is contained in:
2026-01-08 00:53:30 +08:00
parent ca2f125654
commit 816016c6f0

View File

@@ -11,5 +11,5 @@ for item in $(ls $desktop); do
options+="\n"
done
fsarg=$(echo -en "$options" | fuzzel --dmenu --prompt="Open Project with VSCode:")
fsarg=$(echo -en "$options" | fuzzel --dmenu --prompt="Open with VSCode: Desktop/")
[ -z "$fsarg" ] || startb -- code "$desktop/$fsarg"