Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working since last Spotify update #33

Open
jpmvferreira opened this issue Mar 11, 2023 · 0 comments
Open

Not working since last Spotify update #33

jpmvferreira opened this issue Mar 11, 2023 · 0 comments

Comments

@jpmvferreira
Copy link

In the last Spotify update on my machine, running Manjaro, this stopped working.
Here are the relevant portions of my config file:

[module/playpause]
type = custom/ipc
format-font = 2
format-underline = #1db954
format-background = ${color.shade2}
; Default
hook-0 = echo "  No Song is Playing"
; Playing
hook-1 = echo ""
; Paused
hook-2 = echo ""
click-left = "spotifyctl -q playpause"


[module/spotify]
type = custom/ipc
format-underline = #1db954
format-background = ${color.shade2}
; Default
hook-0 = echo ""
; Playing/paused
hook-1 = spotifyctl -q status

And enable-ipc is set to true.

If I use custom/script instead of custom/ipc and use exec instead of hook-1, then everything works as expected, it just takes a while to update the bar.
Any idea on why this is happening?

Here's the full config file if relevant:
config.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant