https://github.com/suppliedorange/komorebi-loading
A cute loading electron app for komorebi
https://github.com/suppliedorange/komorebi-loading
komorebi komorebi-launcher
Last synced: about 1 month ago
JSON representation
A cute loading electron app for komorebi
- Host: GitHub
- URL: https://github.com/suppliedorange/komorebi-loading
- Owner: SuppliedOrange
- License: other
- Created: 2025-01-03T00:20:02.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-03T17:54:51.000Z (5 months ago)
- Last Synced: 2025-04-14T23:05:23.709Z (about 1 month ago)
- Topics: komorebi, komorebi-launcher
- Language: JavaScript
- Homepage:
- Size: 18.1 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# komorebi-loading
### *Wait for me, Komorebi!*
A cute loading screen electron app for [komorebi](https://github.com/LGUG2Z/komorebi). I made this so that my system can kind of wait for komorebi to finish launching before I get started.

## 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
```console
npm install
```## Running the program
Use this command in the directory to run the program
```console
npm start
or
electron .
```## Building using @electron/packager
Use the following command in the directory to build a binary for your system.
```console
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.
```json
"ignore_rules": [{
"kind": "Title",
"id": "WaitForMeKomorebi",
"matching_strategy": "Contains"
}],
```## Credits
The gif of the cat belongs to [robokoboto](https://alphacoders.com/users/profile/69089/robokoboto) and was sourced from . The license of this repository does not cover this asset as it does not belong to me.