This commit is contained in:
2025-10-14 15:07:10 +03:00
parent 2ada67e225
commit c4c6968a19
5 changed files with 31 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
GAMES=$(cat ~/config/scripts/lib/games.txt)
GAMES=$(cat ~/config/scripts/lib/gamesRoblox.txt)
SELECTED=$(echo "$GAMES" | cut -d'%' -f1 | wofi --show dmenu -p "Play Roblox...")