A cute loading screen electron app for komorebi. I made this so that my system can kind of wait for komorebi to finish launching before I get started.
- Retries launching up to 8 times if Komorebi lied and didn't start up.
- Has success / error screens
- Builds into a nice little executable
- Has logs (kinda)
- Cute
Use this command in the directory to install dependencies
npm install
Use this command in the directory to run the program
npm start
or
electron .
Use the following command in the directory to build a binary for your system.
npx @electron/packager . komorebi-loading --out=dist --icon=assets/cat.ico --overwrite
You will need to make komorebi ignore this application, so it's advised to set this rule in your komorebi.json
file first.
"ignore_rules": [{
"kind": "Title",
"id": "WaitForMeKomorebi",
"matching_strategy": "Contains"
}],
The gif of the cat belongs to robokoboto and was sourced from https://gifs.alphacoders.com/gifs/view/4244. The license of this repository does not cover this asset as it does not belong to me.