diff --git a/src/main.cpp b/src/main.cpp index 21b0392..0089af0 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -10,7 +10,7 @@ int main(int argc, char* argv[]) { app.setApplicationName("Hyprland System Info"); if (qEnvironmentVariableIsEmpty("QT_QUICK_CONTROLS_STYLE")) - QQuickStyle::setStyle("org.kde.desktop"); + QQuickStyle::setStyle("org.hyprland.style"); QQmlApplicationEngine engine; engine.addImageProvider("systemIcons", new CSystemIconProvider);