README: add launch instructions

This commit is contained in:
Vaxry 2024-08-09 16:39:49 +02:00
parent d1c4e7b38f
commit 049627e0cf

View file

@ -1,2 +1,11 @@
# hypr-qml-components # hypr-qml-components
Shared QML6 components for hypr* GUI apps Shared QML6 components for hypr* GUI apps.
## Testing
Make sure you have qt6, qml, and qqc2-desktop-style installed.
then,
```sh
QT_QUICK_CONTROLS_STYLE="org.kde.desktop" qml6 ./qml/Tester.qml
```