remove latvian language from roblox chooser
This commit is contained in:
@@ -61,12 +61,16 @@
|
||||
"terminal",
|
||||
"locale",
|
||||
|
||||
/*
|
||||
"break",
|
||||
|
||||
{
|
||||
"type": "weather",
|
||||
"location": "Latvia"
|
||||
"location": "Latvia",
|
||||
"timeout": 1000,
|
||||
"outputFormat": "%t+-+%C"
|
||||
},
|
||||
*/
|
||||
|
||||
"break",
|
||||
|
||||
|
||||
@@ -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/.*%%% //')
|
||||
|
||||
Reference in New Issue
Block a user