-
-
Notifications
You must be signed in to change notification settings - Fork 15
Development
This project uses pnpm to manage packages and running scripts.
To build the shell, run a development build or make a release build, you can use the project's integrated scripts.
The most complicated ones have a help flag, so you can learn from there.
These are development-only dependencies(by package name on AUR):
aylurs-gtk-shell-git
Plus, you also need the packages listed in [Wiki/Dependencies]!
In a common build, the shell's gresource(icons and sass) will be targeted to the build output directory by default.
If you want to ship it, you likely want to use the pnpm build:release command with the -g flag.
pnpm build # add `-g "/path/gresource"` to target the gresource to the specified file pathIf you want to ship the build(or install it on your local machine), you'll likely prefer a release build:
pnpm build:releaseDon't forget to install the gresource to the actual target directory! Or else it'll not find the resource file and will fail
to load custom resources.
Also, the environment variables are only actually used at runtime! It's passed as a literal string in the bash
variable format, then when the shell runs, it understands that it's an environment variable and replaces it with its value.
pnpm devor if you actually only want to run the current build instead of building again:
pnpm startThis section describes and guides you on how to implement colorshell's Compositor API for your Wayland Compositor.
Note
TODO
if you like colorshell, please consider donating, so you can help me keep it up :D