Skip to content

Latest commit

 

History

History
109 lines (105 loc) · 3.66 KB

File metadata and controls

109 lines (105 loc) · 3.66 KB

Platform Compatibility

Platform support per plugin. ✓ = works, ~ = works with caveats (see notes), ✗ = not supported (the plugin still responds gracefully with a fallback line).

Plugin Linux macOS Windows Notes
animate-logo ✓✓✓ Pure computation, no OS dependencies.
chocolatey ✗✗✓ Requires the choco CLI, which only exists on Windows; elsewhere it responds with a fallback line.
display-resolution ✓✓✓ X11/Wayland/xrandr on Linux, native on Windows and macOS.
docker ✓✓✓ Requires the Docker CLI (Docker Desktop on Windows/macOS).
github-stats ✓✓✓ Requires curl and network access.
music-player ✓~✗ Uses mpc/playerctl (MPRIS/D-Bus). On Windows there is no equivalent CLI.
temperature ✓✗~ Linux: hwmon thermal zones. Windows: ACPI via wmic/PowerShell — depends on the hardware exposing a thermal zone (desktops often don't).
theme-detection ✓✗✓ Linux: GTK (gsettings) + KDE Plasma. Windows: registry (light/dark + accent).
theme-manager ✓✓✓ Requires curl and network access for remote registries.
timezone ✓✓✓ Windows uses PowerShell (Get-TimeZone); the format arg is Linux/macOS only.
user-info ✓✓✓ Uses whoami/groups (Windows has both).
weather ✓✓✓ Requires curl and network access.
wasm-crypto ✓✓✓ WebAssembly core module; needs the allowlisted Coinbase origin.
wasm-ip-geo ✓✓✓ WebAssembly component (componentize-py); needs the allowlisted ipapi.co origin.
wasm-pacman ✓✗✗ Requires the pacman CLI (Arch-family distributions).
wasm-proc ✓✗~ Requires procfs; WSL works, native Windows does not.

Legend

  • ✓ — works on the platform.
  • ~ — works with caveats (extra dependencies or hardware requirements).
  • ✗ — not supported; the plugin responds with a graceful fallback line.