Skip to content

SuppliedOrange/komorebi-loading

Repository files navigation

komorebi-loading

Wait for me, Komorebi!

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.

image

Features

  • 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

Installing pre-requisites

Use this command in the directory to install dependencies

npm install

Running the program

Use this command in the directory to run the program

npm start
or
electron .

Building using @electron/packager

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

komorebi.json ignore rule

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"
}],

Credits

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.

About

A cute loading electron app for komorebi

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published