Wallpaper Engine

Wallpaper Engine

哔哩哔哩音频响应壁纸
Pitou Aug 22, 2022 @ 6:06am
English version and phone text fix
I spent a few hours trying to find a fix for this and this worked.

You can download the English version from this site:
https://steamcommunity.com/sharedfiles/filedetails/?id=1853178152

For phone text fix:
- Right-click the wallpaper in the wallpaper engine and click "Open in Explorer"
- Right-click on bb.html and open it with any text editor
- Ctrl+F and paste this "phoneText.sort"
- Find a line with this text "phoneText = phoneText.sort((a, b) => a.time < b.time)"
- Replace that line with this "phoneText = phoneText.sort(function(a, b) {return b.time-a.time;})"
- Save the file

That should fix the phone text problem. I also manage to remove the second from the clock, make the calendar start with Monday, and lower PC and phone brightness. This is what my wallpaper looks like now https://imgur.com/a/yo2Aacv

Let me know if you want to see any more changes. I will try my best with my little coding knowledge to make it work.
Last edited by Pitou; Aug 22, 2022 @ 7:16am