Added space-misson-clock-style timer to eww

This commit is contained in:
2026-04-14 13:05:37 -06:00
parent 06815e7bc6
commit 7161892da7
15 changed files with 241 additions and 146 deletions

View File

@@ -6,11 +6,13 @@ import json
import asyncio
import sys
PRIORITY_PLAYERS = {"Feishin"}
# Override the reported album if the URL is in this dict
URL_ALBUM_OVERRIDES = {"https://distantworlds3.space/radio/": "Distant Radio"}
URL_ALBUM_OVERRIDES = {
"https://distantworlds3.space/radio/": "Distant Radio",
"https://radio.distantworlds3.space/listen/distant_radio/distantradio.mp3": "Distant Radio",
}
class MprisMonitor(Gio.Application):