SolDoesTech / HyprV4

452 stars 133 forks source link

Fix Background Initialization Issue #58

Closed sean1832 closed 1 month ago

sean1832 commented 10 months ago

Issue

Upon first login, the background image wasn't being set and displayed as a dark image. This was due to premature swww initialization and incorrect $SET_BG handling.

Changes