diff --git a/quickshell/Common/Theme.qml b/quickshell/Common/Theme.qml index cc4d0943..654e952b 100644 --- a/quickshell/Common/Theme.qml +++ b/quickshell/Common/Theme.qml @@ -961,10 +961,7 @@ Singleton { } if (!isGreeterMode) { - // Skip with matugen because, our script runner will do it. - if (!matugenAvailable) { - PortalService.setLightMode(light); - } + PortalService.setLightMode(light); if (typeof SettingsData !== "undefined") { SettingsData.updateCosmicThemeMode(light); }