README.md
$npm run start:workspace_
🎯 Mission: Transform Linux desktop backgrounds into high-performance, real-time command centers with zero impact on system productivity.
⚠️ Problem: Existing live wallpaper solutions on Linux often suffer from high CPU usage, lack of system-native telemetry integration, and intrusive window behavior.
👥 Target Audience: System Administrators, Power Users, and Cyberpunk/Development enthusiasts.
📈 Impact Metrics: Achieved sub-1.5% CPU overhead through direct kernel polling and optimized WebSocket streaming at 1Hz.
System Architect replaces your static wallpaper with a real-time command center.
/proc and /sys.backend/: FastAPI source and system collectors.frontend/: React components and Vite config.scripts/: Systemd, autostart, and install shell files.1. git clone the repo.
2. Execute ./scripts/install.sh.
3. Run backend/venv/bin/python scripts/webview_wrapper.py.
collectors/: System telemetry gathering.webview_wrapper.py: GTK window controller.