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

ネットワークアクセス

この壁紙は以下の外部サーバーとの通信を要求します。適用時に許可するかを選べます。

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

シェルコマンド

この壁紙は以下のシェルコマンドをあなたのシステム上で実行します。適用時に許可するかを選べます。

  • 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.