Highlights the active window with a border, and dims inactive windows using custom styling.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
`gnome-extensions pack` needs `--extra-source` to include all files. So, basically, you need to do this: ```bash gnome-extensions pack --force --extra-source="borderManager.js" --extra-source="styleManager.js" ``` Also, a better way is to move those two files to a folder like `lib`. That way, you only need to include one extra source and in case you add more files to that folder, no additional `--extra-source` needed: ```bash gnome-extensions pack --force --extra-source="lib" ```
I repackaged it again using the method you recommended, gnome-extensions pack --force --extra-source="lib". Since it’s my first time doing this, I’m pretty clumsy, but I’m getting a lot of help from you.
Don't worry about it. You can always ask questions on the GNOME Extensions Matrix channel and get a fast reply in case you need any help: - [GNOME Extensions Matrix Channel](https://matrix.to/#/#extensions:gnome.org) - IRC Bridge: irc://irc.gimpnet.org/shell-extensions