Added space-misson-clock-style timer to eww
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user