Omarchy Archive GitHub

Install

Two things live here: how to pin this site inside Omarchy, and the full command table every page on this site copies from.

Pin this site in your launcher

Omarchy turns any URL into a launcher entry with its own icon and window. From the menu:

Super + Space → Install → Web App
  Name: Omarchy Archive
  URL:  https://omarchyarchive.com
  Icon: https://omarchyarchive.com/og.png

Or in one line:

Install Omarchy Archive as a web app webapp
omarchy-webapp-install 'Omarchy Archive' 'https://omarchyarchive.com' 'https://omarchyarchive.com/og.png'

Menu: Super + Space → Install → Web App

It then shows up in the launcher like any other app. Remove it with omarchy-webapp-remove. A proper Omarchy shell plugin is a v2 idea, not a v1 promise.

The command table

read from omarchy/bin

These are the only install commands this site will ever print. When a record has no known command, the page says so and links the listing instead of guessing.

Thing Command Menu
Bundled theme omarchy theme set <name>
Name is lowercased and spaces become dashes, so the slug works.
Style → Theme
Extra theme omarchy theme install https://github.com/org/omarchy-<name>-theme.git
Clones into ~/.config/omarchy/themes. Keep the .git suffix.
Install → Style → Theme
Third-party plugin omarchy plugin add https://github.com/org/repo.git --enable
Add --yes for non-interactive shells. Alias: omarchy plugin install.
Setup → Plugins → Add
Bundled plugin / bar widget omarchy plugin enable <id>
Takes an optional placement: --section left|center|right, --before/--after <id>.
Setup → Plugins
Whole bar omarchy bar use <id>
A bar replaces the bar in use rather than taking a place on one.
Setup → Bar
Web app omarchy-webapp-install 'Name' 'https://…' 'https://…/icon.png'
Three args: name, url, icon. Also reachable as omarchy webapp install.
Install → Web App
Package omarchy pkg add <name>…
omarchy pkg install (no args) opens the fuzzy picker instead.
Install → Package

Menu paths all start at Super + Space.