Added default background as a PNG

This commit is contained in:
vaxerski 2022-04-10 14:32:18 +02:00
parent 5046c02cce
commit 3753f83f69
8 changed files with 66 additions and 2 deletions

View file

@ -115,6 +115,7 @@ void Events::listener_monitorFrame(void* owner, void* data) {
g_pHyprOpenGL->begin(PMONITOR);
g_pHyprOpenGL->clear(CColor(11, 11, 11, 255));
g_pHyprOpenGL->clearWithTex(); // will apply the hypr "wallpaper"
g_pHyprRenderer->renderAllClientsForMonitor(PMONITOR->ID, &now);