Spotify segment does not appear #7208
Unanswered
olillin
asked this question in
Troubleshoot
Replies: 1 comment
-
|
@olillin your log output seems to use the default theme and not the one you show. You can add the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Code of Conduct
What happened?
In recent versions the Spotify segment does not appear.
I expected it to appear like below (same theme run on 26.23.6):
Theme
I used a minimal config sample configuration for the Spotify segment:
{ "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "version": 4, "blocks": [ { "type": "prompt", "alignment": "left", "segments": [ { "type": "spotify", "style": "powerline", "powerline_symbol": "", "foreground": "#ffffff", "background": "#1BD760", "options": { "playing_icon": " ", "paused_icon": " ", "stopped_icon": " " } } ] } ] }What OS are you seeing the problem on?
Linux
Which shell are you using?
bash
Log output
Beta Was this translation helpful? Give feedback.
All reactions