Preview
Rev.01
0

Dev Deck

rajlasa

All-in-one developer dashboard wallpaper: live system stats, GitHub pull requests, calendar, a pomodoro timer, quick shell readouts, and a bottom-edge audio spectrum that pulses with whatever you're playing. Features: - System HUD — CPU with per-core grid, memory, swap, battery, network and disk I/O - Pull Requests — your open PRs and review requests, click to open in browser - Calendar — next 48 hours from any ICS feed (e.g. Google Calendar secret URL) - Pomodoro — work/break countdown ring with OS notifications on phase change - Terminal — top CPU processes and public IP via real shell commands - Audio Visualizer — 128-band spectrum strip along the bottom edge with track info Built with React and plain CSS on the Fluxlay SDK. Remixes ideas from the MIT-licensed Fluxlay examples (monochrome-monitor, dev-dashboard, run-command).

WebFree

Network access

This wallpaper requests communication with the external servers below. You can choose whether to allow them when applying.

  • https://api.github.comFetch open pull requests and review requests via the GitHub Search API.
  • https://avatars.githubusercontent.comShow pull request author avatars.
  • https://calendar.google.comFetch the calendar ICS feed via proxiedFetch (the ICS endpoint sends no CORS headers).
  • https://outlook.live.comAlternative calendar ICS source for Outlook.com published calendars.
  • https://outlook.office365.comAlternative calendar ICS source for Microsoft 365 published calendars.
  • https://httpbin.orgPublic IP lookup used by the fetch-ip shell command.

Shell commands

This wallpaper can run the following shell commands on your system. You can choose whether to allow them when applying.

  • ps -Aceo pcpu,comm -r | head -8Show the top CPU-consuming processes in the terminal panel.
  • curl -s https://httpbin.org/ip | jq -r '.origin'Display the current public IP address in the terminal panel.