Updated my scripts.

This commit is contained in:
cronyakatsuki 2022-04-05 16:59:13 +02:00
parent 7c981ce281
commit 272fb806ef
17 changed files with 128 additions and 82 deletions

View file

@ -1,11 +0,0 @@
#!/bin/bash
declare -a Games=(
"Heroic (Launcher)"
"Lutris (Launcher)"
)
case "$(printf "%s\n" "${Games[@]}" | dmenu -p "Choose your game")" in
"Heroic (Launcher)") heroic ;;
"Lutris (Launcher)") lutris ;;
esac