Light Shell version for use with Blur my Shell extension. Deprecated with Luminus extension v46+
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
11 | Active |
10 | Active |
9 | Active |
8 | Active |
7 | Active |
6 | Rejected |
5 | Rejected |
4 | Active |
3 | Active |
2 | Active |
1 | Active |
What's the reason for loading and unloading `~/.config/gnome-shell/gnome-shell.css`?
looks like a remnat of my last experimentation. i do more cleaning on next update or now if you want it. on others lightshell extension as well.
Yeah, please remove all of them and just use this in your `extension.js` file since you are not using any js: ```js export default class UserStylesheetExtension { enable() { } disable() { } } ```