From 0d9ab6ae499cdc7b6c2f7cd8df4ccfbb6be14999 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 23 Aug 2025 21:34:31 +1000 Subject: config: player aliases + config default player Closes #441 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index d5e4025..731c1f1 100644 --- a/README.md +++ b/README.md @@ -315,6 +315,10 @@ All configuration options are in `~/.config/caelestia/shell.json`. }, "services": { "audioIncrement": 0.1, + "defaultPlayer": "Spotify", + "playerAliases": [{ + "com.github.th_ch.youtube_music": "YT Music" + }], "weatherLocation": "10,10", "useFahrenheit": false, "useTwelveHourClock": false, -- cgit v1.2.3-freya