Waybar and MPD #1332
Closed
perletero2
started this conversation in
Show and tell
Waybar and MPD
#1332
Replies: 1 comment
-
iirc I only use Thank you for the tips BTW! |
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.
-
Hello everyone, for a while now i have tried to make the MPD module work on waybar, and after testing a lot of different things i have managed to make it work so i decided to share this here in case someone else is pulling his hair trying to figure it out.
The solution is really simple and consist of only 2 steps :
Install mpc (available in
extra
)Export the
MPD_HOST
andMPD_PORT
to your environment variables. For that i created02-mpd.sh
in~/.config/uwsm/env.d/
and added the lines :After a reboot everything was working
I know this will seem obvious to a lot of people but i didn't find any real explanation and for those of us who are not used to mpd or didn't use mpc already (i used rmpc) this can become quite a headache...
PS : Please tell me if i did a mistake in setting this up (like env variables)
PS2: Seeing the comments in the
mpd.jsonc
i was not the only one struggling with this 😄Beta Was this translation helpful? Give feedback.
All reactions