|
1 | 1 | # Lwidget |
2 | 2 |
|
3 | | -**Lwidget** is a modern, open-source Android widget built with Kotlin and Material 3 design principles. It provides essential information at a glance while adhering to your device's dynamic theme. |
| 3 | +<picture> |
| 4 | + <source media="(prefers-color-scheme: dark)" srcset="docs/images/banner_dark.svg"> |
| 5 | + <source media="(prefers-color-scheme: light)" srcset="docs/images/banner_light.svg"> |
| 6 | + <img alt="Lwidget Banner" src="docs/images/banner_light.svg"> |
| 7 | +</picture> |
4 | 8 |
|
5 | | -## ✨ Features |
6 | | -- **Material You**: Full dynamic color support. |
7 | | -- **Configurable**: Adjust text sizes and visibility for all elements. |
8 | | -- **Essential Info**: Time, Date, Battery, Device Temp, and Calendar Events. |
9 | | -- **Light/Dark Mode**: Fully supported with optimized contrast (Dark text on Light, Light text on Dark). |
10 | | -- **Privacy Focused**: No internet permission required. |
| 9 | +[](https://github.com/LeanBitLab/Lwidget/releases/latest) [](https://github.com/LeanBitLab/Lwidget/stargazers) |
11 | 10 |
|
12 | | -## 🛠️ Built With |
13 | | -- **Language**: Kotlin |
14 | | -- **UI**: Android standard Views (RemoteViews compatible) & Material Components |
15 | | -- **License**: GPLv3 |
| 11 | +**Lwidget** is a modern, open-source Android widget built with **Kotlin** and **Material 3** design principles. It provides essential information at a glance while adhering to your device's dynamic theme. |
16 | 12 |
|
17 | | -## 📦 Installation |
18 | | -Download the latest APK from the [Releases](../../releases) page or build from source. |
| 13 | +## Screenshots |
19 | 14 |
|
20 | | -## 🤝 Contributing |
21 | | -Contributions are welcome! Please check the issues page. |
| 15 | +<table> |
| 16 | + <tr> |
| 17 | + <td><img src="docs/images/1.png" height="500" alt="Screenshot 1"/></td> |
| 18 | + <td><img src="docs/images/2.png" height="500" alt="Screenshot 2"/></td> |
| 19 | + <td><img src="docs/images/3.png" height="500" alt="Screenshot 3"/></td> |
| 20 | + </tr> |
| 21 | +</table> |
22 | 22 |
|
23 | | -## 📄 License |
24 | | -Copyright (C) 2026 LeanBitLab |
| 23 | +## Features |
25 | 24 |
|
26 | | -This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. |
| 25 | +- **Material You**: Full dynamic color support. |
| 26 | +- **Configurable**: Adjust text sizes and visibility for all elements. |
| 27 | +- **Essential Info**: Time, Date, Battery, Device Temp, and Calendar Events. |
| 28 | +- **Light/Dark Mode**: Optimized contrast for readability. |
| 29 | +- **Privacy Focused**: No internet permission required. |
| 30 | +- **Glow Effect**: Multiple layers of transparency for a smooth outline glow. |
27 | 31 |
|
28 | | -See [LICENSE](LICENSE) for more details. |
| 32 | +## Download |
| 33 | + |
| 34 | +You can download the latest release from the [GitHub Releases](https://github.com/LeanBitLab/Lwidget/releases) page. |
| 35 | + |
| 36 | +## Setup |
| 37 | + |
| 38 | +- **Permissions**: The widget requires `Calendar` permission to display upcoming events. It will prompt you when needed. |
| 39 | +- **Battery Optimization**: For reliable updates, ensure battery optimization is disabled for Lwidget. |
| 40 | + |
| 41 | +## License |
| 42 | + |
| 43 | +Lwidget is licensed under **GNU General Public License v3.0**. |
| 44 | + |
| 45 | +See [LICENSE](LICENSE) file. |
| 46 | + |
| 47 | +## Credits |
| 48 | + |
| 49 | +- Built with ❤️ by [LeanBitLab](https://github.com/LeanBitLab) |
| 50 | + |
| 51 | +## Support the Development |
| 52 | + |
| 53 | +Building and maintaining open-source apps takes time and resources. If you love Lwidget, please consider supporting the project! |
| 54 | + |
| 55 | +<a href="https://github.com/sponsors/LeanBitLab"> |
| 56 | + <img src="https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86" width="150" alt="Sponsor on GitHub"/> |
| 57 | +</a> |
| 58 | + |
| 59 | +Your support keeps the code **100% Free and Open Source**. |
29 | 60 |
|
30 | 61 | --- |
31 | | -*Maintained by [LeanBitLab](https://github.com/LeanBitLab)* |
| 62 | + |
| 63 | +*Lwidget • Modern Material You Widget* |
0 commit comments