Waybar
Waybar copied to clipboard
Allow to use custom play/pause icons
Display album name in tooltip.
For this to work, proper configuration must be used in Waybar config file by adding the following to the media section:
"format-icons": {
"Playing": "\uf144",
"Paused": "\uf28b"
}
I'll add it to the wiki in the proper section if the pull request is merged.
Can you update default config to include icon? :)
Sorry for the late answer, I've been busy with university (and still am). Hope I made the right changes but it should be fine. :)