You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
In the last Spotify update on my machine, running Manjaro, this stopped working.
Here are the relevant portions of my config file:
And
enable-ipc
is set totrue
.If I use
custom/script
instead ofcustom/ipc
and useexec
instead ofhook-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
The text was updated successfully, but these errors were encountered: