- Notifications
You must be signed in to change notification settings - Fork9
Plays relaxing music in the background
License
CodeDead/opal
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Opal is a free and open-sourceJavaFX application that can play relaxing music in the background.
You can create an executable installer by running thejpackage
Gradle task on a Windows host:
./gradlew jpackage
Do note that you will need theWiX Toolset in order to createmsi
packages.
You can create a portable image by running thejpackageImage
Gradle task on a Windows host:
./gradlew jpackageImage
You can create anrpm
, by running thejpackage
Gradle task on a Linux host:
./gradlew jpackage
Do note that you will need therpm-build
package in order to create anrpm
.
You can create anAppImage by executing theAppImage
Gradle task on a Linux host:
./gradlew AppImage
Do note that running this task will execute a shell script in order to download and run theappimagetool in order to create theAppImage
file.
You can create a portable image by running thejpackageImage
Gradle task on a Linux host:
./gradlew jpackageImage
You can create admg
, by running thejpackage
Gradle task on a macOS host:
./gradlew jpackage
You can create a portable image by running thejpackageImage
Gradle task on a macOS host:
./gradlew jpackageImage
A couple of dependencies are required in order to build Opal. Some of which require a specific host machine,especially if you're targeting a specific platform and installation method.
The following dependencies are universal:
In order to build an installer (MSI) of Opal on Windows, you will need:
In order to create anRPM, you will need to have the following package(s) installed:
- rpm-build (
dnf install rpm-build
)
All audio files have been provided byZapSplat.
All images have been provided byRemix Icon.
This library is maintained by CodeDead. You can find more about us using the following links:
Copyright © 2025 CodeDead
About
Plays relaxing music in the background