In that context, a few strategically placed widgets can make the desktop far more useful without making it feel cluttered.
Here's what you need to know about how Custom Designs work in AC: New Horizons.
Using this widget, any data point with JSON data can be displayed as desired. The display is done using a template format, which can be thought of as a combined form of HTML code + JavaScript + CSS + ...
main.py: The main entry point of the application. init.py: Initializes the QApplication and main window. Add new widgets: Create new custom widgets by adding Python files to the app/ui/widgets ...