stylix and bugfixes

This commit is contained in:
alisceon 2026-01-08 18:05:08 +01:00
parent 1b31f9e29c
commit 86a63e1131
11 changed files with 193 additions and 155 deletions

27
util/open_dailies.xsh Normal file
View file

@ -0,0 +1,27 @@
import subprocess
dailies = [
"https://www.geoguessr.com/",
"https://timeguessr.com/roundonedaily/",
"https://contexto.me/en/",
"https://travle.earth/",
"https://www.nytimes.com/games/connections/",
"https://games.oec.world/en/tradle/",
"https://oec.world/en/games/connectrade/",
"https://worldle.teuteuf.fr/",
"https://countryle.com/",
"https://capitale.countryle.com/",
"https://globle-game.com/game/",
"https://frontofficesports.com/trivia/factle/",
"https://daydle.com/",
"https://histordle.com/yeardle/",
"https://angle.wtf/",
"https://playboardle.com/",
"https://www.chess.com/daily/",
"https://quizl.io/",
"https://redactle.net/",
"https://www.codewars.com/dashboard/",
"https://leetcode.com/",
]
subprocess.run(["chromium", "--new-window"] + dailies)