Replacement for grun, added custom I38 run dialog instead.

This commit is contained in:
stormdragon2976 2023-03-24 18:34:09 -04:00
parent a28cbc59ff
commit 5671b31715

View File

@ -14,7 +14,7 @@ if ! [[ -d "$historyPath" ]]; then
fi fi
if [[ -f "${historyPath}/.history" ]]; then if [[ -f "${historyPath}/.history" ]]; then
txt="$(yad --entry --editable --title "I38" --text "Execute program or enter file" --button "Open:0" --separator "\n" -- rest "${historyPath}/.history")" txt="$(yad --entry --editable --title "I38" --text "Execute program or enter file" --button "Open:0" --separator "\n" --rest "${historyPath}/.history")"
else else
txt="$(yad --entry --title "I38" --text "Execute program or enter file" --button "Open:0")" txt="$(yad --entry --title "I38" --text "Execute program or enter file" --button "Open:0")"
fi fi