Control Spotify from the topbar! Credit to Marcus Heine (https://github.com/mheine) for most of the code in this extension.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
17 | Active |
16 | Active |
15 | Active |
14 | Inactive |
13 | Inactive |
12 | Inactive |
11 | Active |
10 | Rejected |
9 | Inactive |
8 | Active |
7 | Rejected |
6 | Active |
5 | Inactive |
4 | Rejected |
3 | Active |
2 | Inactive |
1 | Inactive |
If you're looking to improve the performance of your extension, you should really be using asynchronous DBus calls to query the MPRIS database instead of spawning subprocesses. Those forks are really expensive. There's an introduction for GJS here you can read: https://www.andyholmes.ca/articles/dbus-in-gjs.html
I'll have a look at it, thanks