Create a new panel containing volumes and media control in the quick settings
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Line 35 extension.js should be moved to `enable()`. btw, you shouldn't store many timeouts like that. Remove the timeout before creating the new one. and use `idle_add()` since it's more suited there: https://gjs-docs.gnome.org/glib20~2.0/glib.idle_add the idle_add()'s source id should be removed like timeout though.