wol-changer is a tool to change volume, brightness, and keyboard brightness, displaying a notification bar using wol. This project is configured to build and tag RPM packages using Tito.
woltito for building and tagging RPM packagessound-theme-freedesktopwobalsa-utilspulseaudio-utilsbrightnessctlTo install the wol-changer tool, follow these steps:
Clone the repository:
bash
git clone https://pagure.io/wol-volume-changer
cd wol-volume-changer
Build the RPM package using Tito:
bash
tito build --tgz
Install the RPM package:
bash
sudo rpm -i wol-changer-1.0.3-1.noarch.rpm
After installation, you can use the following commands to change volume, brightness, and keyboard brightness:
Change volume:
bash
wol-change-volume
Change screen brightness:
bash
wol-change-brightness
Change keyboard brightness:
bash
wol-change-key-bright
The project is configured using a .tito/tito.props file. Below is the configuration used:
[buildconfig] builder = tito.builder.Builder tagger = tito.tagger.VersionTagger changelog_do_not_remove_cherrypick = 0 changelog_format = %s (%ae)
If you would like to contribute to this project, please follow these steps:
This project is licensed under the GPLv3 License. See the LICENSE file for more details.
For any questions or issues, please contact Junior_FOX at cjuniorfox@gmail.com.