Add Avatar, MPRIS and Top image into the panel. Options to change: * Avatar (horizontal/vertical, shades, visibility of username and hostname) * Primary buttons * MPRIS * Top image (can be Your own image from system)
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
25 | Active |
24 | Active |
23 | Active |
22 | Active |
21 | Active |
20 | Active |
19 | Active |
18 | Active |
17 | Active |
16 | Active |
15 | Rejected |
14 | Active |
13 | Active |
12 | Active |
11 | Active |
10 | Active |
9 | Active |
8 | Active |
7 | Active |
6 | Active |
5 | Active |
4 | Active |
3 | Active |
2 | Active |
1 | Rejected |
It's better to create gsettings object once. Instead of creating `ExtensionUtils.getSettings()` inside `updateExtensionAppearence()`, get the `settings` as parameter or move all of those functions to `Extension` class. So you can use `this.settings` directly in those functions. Also remove log in line 84. That's not necessary for the end users.