Real-time audio visualizer for the top bar
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
As a side note, checking every 2 seconds whether there's an MPRIS player on the bus isn't great. You could use the "NameOwnerChanged" signal on "org.freedesktop.DBus" to check for added and removed players instead.
That's a good suggestion. Let me check and push an update with this change.