https://github.com/nstechbytes/yourband
A simple and dynamic Rainmeter skin that displays text with an RGB cycling effect and visualizes the red, green, and blue color values using colored bars.
https://github.com/nstechbytes/yourband
customization rainmeter rainmeter-skin rgb skin visualizer
Last synced: 7 months ago
JSON representation
A simple and dynamic Rainmeter skin that displays text with an RGB cycling effect and visualizes the red, green, and blue color values using colored bars.
- Host: GitHub
- URL: https://github.com/nstechbytes/yourband
- Owner: NSTechBytes
- License: apache-2.0
- Created: 2024-10-12T11:10:34.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-10-12T13:14:59.000Z (12 months ago)
- Last Synced: 2025-01-28T11:24:44.998Z (8 months ago)
- Topics: customization, rainmeter, rainmeter-skin, rgb, skin, visualizer
- Language: Lua
- Homepage:
- Size: 1.16 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# YourBand - Rainmeter Skin with RGB Color Visualizer
A simple and dynamic Rainmeter skin that displays text with an RGB cycling effect and visualizes the red, green, and blue color values using colored bars.
## Features
- RGB text color cycling effect.
- Visualizer bars representing Red, Green, and Blue color values.
- Simple and minimal design.## Preview
.png)## Installation
1. **Download and Install Rainmeter**
If you don't already have Rainmeter installed, download it from [Rainmeter's official website](https://www.rainmeter.net/).2. **Download RGBTextSkin**
Clone or download the skin repository:
```bash
git clone https://github.com/NSTechBytes/YourBand.git
```3. **Move Skin Folder**
Copy the `YourBand` folder to your Rainmeter Skins directory:
```
Documents\Rainmeter\Skins\
```4. **Refresh Rainmeter**
Right-click on the Rainmeter icon in the system tray and select **Manage**. In the **Skins** tab, find `YourBand` .## How It Works
- The **text** displays a customizable message (default is "Hello World!") with an RGB cycling effect.
- **Visualizer bars** beneath the text represent the Red, Green, and Blue color values.
- The RGB effect and visualizer bars are synchronized using a Lua script that updates the color values dynamically.## Customization
You can easily customize the skin by editing the `Config` file:
- **Text**: Change the message displayed by modifying the `Text` field in the `[Text]` section.
- **Font Size**: Adjust the size of the text by changing the `FontSize` value in the `[Text]` section.
- **Position**: Modify the `X` and `Y` coordinates for both the text and visualizer bars to position them as desired.## License
This project is licensed under the Appache License. Feel free to modify and use it as you see fit.## Contributing
Contributions are welcome! If you want to improve the skin or add new features, feel free to fork the repository and submit a pull request.## Contact
For any questions or issues, feel free to open an issue or reach out via [nstechbytes.com](nstechbytes.com).---
Enjoy your new Rainmeter skin with an RGB color visualizer!