How to build and install brightness on your Solus - KibuKuhn/brightness GitHub Wiki
- Make sure you have added the System Tray app
- Install Java Development Kit 11: Search
openjdk-11
in the repo 1.1 Beware! This "installation" does not work out of the box. Read the Help Center to fix that - Install Apache Maven: Search
apache-maven
in the repo - Create a folder in your home directory, e.g.
install
- In the project page hit the green Code button and select Download ZIP
- Unzip the file into folder install. You will get folder brightness-master
- Go to folder brightness-master and open a terminal
- Invoke
mvn install
. You (hopefully) will see BUILD SUCCESS - Go to folder target
- You should now have brightness-1.0.0.jar
- Invoke
java -jar brightness-1.0.0.jar
- You should now see
in the system tray
- Right-click on the icon to open the settings menu
- Click Help to open the help menu
- Click Exit to exit the app
- Uninstall maven (in case you don't need it for something else)
- Create a folder brightness e.g. in your home directory
- Copy brightness-1.0.0.jar, run.sh, brightness36.png, brightness36_filled.png into this folder
- Delete folder install
Create a starter
- Install alacarte from the repo
- Select a menu and create a new entry
- Under Command select path to run.sh in the brightness folder
- Select brightness36.png (or brightness36_filled.png in case you have a dark theme) in the brightness folder as application icon
- Press OK
- Best you let start the app automatically when you log in