From 143a17c686f3987dd63dcd6399efb0ce03035a58 Mon Sep 17 00:00:00 2001 From: OCbwoy3 Date: Wed, 9 Jul 2025 13:27:41 +0300 Subject: [PATCH] remove latvian language from roblox chooser --- config/fastfetch/config.jsonc | 6 +++++- scripts/open-roblox-game.sh | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/config/fastfetch/config.jsonc b/config/fastfetch/config.jsonc index 8c2bcf8..6fd6408 100644 --- a/config/fastfetch/config.jsonc +++ b/config/fastfetch/config.jsonc @@ -61,12 +61,16 @@ "terminal", "locale", + /* "break", { "type": "weather", - "location": "Latvia" + "location": "Latvia", + "timeout": 1000, + "outputFormat": "%t+-+%C" }, + */ "break", diff --git a/scripts/open-roblox-game.sh b/scripts/open-roblox-game.sh index d0d696e..2a8a73e 100644 --- a/scripts/open-roblox-game.sh +++ b/scripts/open-roblox-game.sh @@ -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/.*%%% //')