Skip to content

Latest commit

 

History

History
89 lines (85 loc) · 2.95 KB

File metadata and controls

89 lines (85 loc) · 2.95 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.

Legend

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