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
$ ~/.config/waybar/mediaplayer.py
{"text": "\uf28b John D. Boswell - Ether", "class": "custom-spotify", "alt": "spotify"}
I have done different tests, the most interesting one is that if I create a ~/.config/waybar/test.sh file like this one :
#!/bin/bashecho'{"text": "\uf28b John D. Boswell - Ether", "class": "custom-spotify", "alt": "spotify"}'
and change
"exec": "~/.config/waybar/mediaplayer.py"
to
"exec": "~/.config/waybar/test.sh"
the custom/media module appear ! So it seems linked to the mediaplayer.py file, which works great by itself... So strange ! Moreover, when sway and waybar are loaded, the script correctly runs :
Hello all,
I am using the default
custom/media
module with the default mediaplayer.py file, but nothing show up.Here is the module from my
config.jsonc
:The script itself works great:
I have done different tests, the most interesting one is that if I create a
~/.config/waybar/test.sh
file like this one :and change
to
the custom/media module appear ! So it seems linked to the
mediaplayer.py
file, which works great by itself... So strange ! Moreover, when sway and waybar are loaded, the script correctly runs :How can I debug this ?
Some info:
The text was updated successfully, but these errors were encountered: