remove latvian language from roblox chooser

This commit is contained in:
2025-07-09 13:27:41 +03:00
parent b77b06c7f5
commit 143a17c686
2 changed files with 6 additions and 2 deletions

View File

@@ -61,12 +61,16 @@
"terminal",
"locale",
/*
"break",
{
"type": "weather",
"location": "Latvia"
"location": "Latvia",
"timeout": 1000,
"outputFormat": "%t+-+%C"
},
*/
"break",

View File

@@ -2,7 +2,7 @@
GAMES=$(cat ~/config/scripts/lib/games.txt)
SELECTED=$(echo "$GAMES" | cut -d'%' -f1 | wofi --show dmenu -p "Uzspēlē Roblox...")
SELECTED=$(echo "$GAMES" | cut -d'%' -f1 | wofi --show dmenu -p "Play Roblox...")
if [ -n "$SELECTED" ]; then
PLACE_ID=$(echo "$GAMES" | grep "^$SELECTED" | sed 's/.*%%% //')