Preview

Run Command

Rev.03
Kensuke Kubo
0

Turn your desktop into a live system dashboard. This wallpaper demonstrates Fluxlay's shell integration by executing real commands and displaying their output directly on your desktop. Features: - System Monitor — Displays hardware and OS information via macchina, rendered in an embedded terminal with auto-refresh - Battery Status — Shows real-time battery level and charging state using pmset - Network Info — Fetches and displays your public IP address via curl All data updates automatically at configurable intervals, keeping your desktop informative at a glance. Built with a clean, minimal design using a light monospace aesthetic with subtle dot-grid background. Requirements: macOS, macchina, curl, jq

WebFreecommanddashboard

Network access

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

  • https://httpbin.orgUsed to fetch the public IP address for network diagnostic purposes.

Shell commands

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

  • macchinaModern and fast system information fetcher written in Rust.
  • curl https://httpbin.org/ip | jq -r '.origin' Required to retrieve the public IP address for network diagnostic purposes.
  • pmset -g batt | awk 'NR==2 {print $3, $4, $5}' | tr -d ';'Used to fetch current weather information.