What it is. SysCare is the Omarchy system optimizer (Stacer-style): clean caches, review updates, inspect processes and security, uninstall packages.
This plugin is the bar UI for that app: live CPU/memory/disk/updates, a user-cache-only safe clean, and a launch into SysCare. If the GTK app is missing, the panel runs omarchy install syscare (app + this plugin).
Layout follows the official Omarchy plugin template: manifest.json, BarWidget.qml, Panel.qml, Model.js.
One command installs the GTK app and this plugin:
omarchy install syscareOr add the widget first, then click Install SysCare in the panel:
omarchy plugin add https://github.com/cytracon/omarchy-syscare.git --enableomarchy bar move io.github.cytracon.syscare --section rightClick SC to open or close the panel. Escape closes it. Right-click opens SysCare (or installs if missing). In the panel: I install, O open, C safe clean, S source.
omarchy plugin remove io.github.cytracon.syscareRemoval deletes only the plugin checkout under ~/.config/omarchy/plugins/. It does not uninstall SysCare.
User-local. On Omarchy:
omarchy install syscareThat writes ~/.local/bin/syscare and a desktop entry. App docs: cytracon/syscare. Removing this plugin does not uninstall SysCare.
- Omarchy Quattro shell (Quickshell). No extra QML modules.
- SysCare at
$HOME/.local/bin/syscare(installed by the panel or byomarchy install syscare). omarchy-launch-floating-terminal-with-presentationandomarchy-launch-browser(ship with Omarchy).- Safe clean runs
syscare --clean-safe(user caches only, no root).
- No writes to Hyprland /
shell.json/ pacman - Left-click toggles the panel
- Right-click runs
$HOME/.local/bin/syscare, or installs SysCare if missing - Install runs
omarchy install syscarein a floating terminal - “Source” opens
https://github.com/cytracon/syscareviaomarchy-launch-browser
Omarchy plugins run unsandboxed. Review BarWidget.qml, Panel.qml, and Model.js before enabling.
MIT for this plugin. SysCare remains MIT.