From ca63bfb790a42c769f567b09d294231a0ddbc89a Mon Sep 17 00:00:00 2001 From: felpel Date: Wed, 4 May 2022 19:46:07 -0400 Subject: [PATCH] docs: tweaked the Spotify client documentation with "Caution" block rather than simple text --- docs/docs/segments/spotify.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/docs/docs/segments/spotify.md b/docs/docs/segments/spotify.md index ba6548db..5fb187ef 100644 --- a/docs/docs/segments/spotify.md +++ b/docs/docs/segments/spotify.md @@ -6,10 +6,14 @@ sidebar_label: Spotify ## What -Show the currently playing song in the Spotify MacOS/Windows client. -On Windows/WSL, only the playing state is supported (no information when paused/stopped). -On macOS, all states are supported (playing/paused/stopped). -**Be aware this can make the prompt a tad bit slower as it needs to get a response from the Spotify player.** +Show the currently playing song in the [Spotify][spotify] macOS/Windows clients. + +:::caution +Be aware this can make the prompt a tad bit slower as it needs to get a response from the Spotify player. + +On _macOS_, all states are supported (playing/paused/stopped). +On _Windows/WSL_, **only the playing state is supported** (no information when paused/stopped). +::: ## Sample Configuration @@ -52,3 +56,4 @@ On macOS, all states are supported (playing/paused/stopped). - `.Icon`: `string` - icon (based on `.Status`) [templates]: /docs/configuration/templates +[spotify]: https://www.spotify.com