Custom Shutdown, Restart, Lock and Logout screen
You can either download a pre-packaged release or build it yourself
- Clone this repo.
- Install Dependencies
yarn
ornpm install
- Run build script
yarn dist
ornpm run dist
- Install one of the produced files in
dist
.
By default the app is build as deb
, AppImage
and tar.gz
. If you wanna try to build in other formats (such as arch linux) you can try to add one of these targets to the package.json (even though i can neither confirm if it works nor help with packages for non-debian distrobutions).