diff --git a/hyprbars/main.cpp b/hyprbars/main.cpp index 43da832..9fe4e6e 100644 --- a/hyprbars/main.cpp +++ b/hyprbars/main.cpp @@ -49,5 +49,6 @@ APICALL EXPORT PLUGIN_DESCRIPTION_INFO PLUGIN_INIT(HANDLE handle) { } APICALL EXPORT void PLUGIN_EXIT() { - ; + for (auto& m : g_pCompositor->m_vMonitors) + m->scheduledRecalc = true; } \ No newline at end of file