- QML 67.5%
- JavaScript 20.7%
- Python 10.6%
- Shell 1.2%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
Snapshot of this machine: SuperGrok + Command Code on the usage bar with the command-key mark, clock hover-reveal fix, and current Z13 flyout. |
||
| overlays/akitaonrails.ai-usagebar/omarchy | ||
| plugins | ||
| .gitignore | ||
| ai-usagebar.config.toml | ||
| README.md | ||
| restore.sh | ||
| shell.json | ||
| shell.toml | ||
ramzal-omarchybar
Randall’s current Omarchy status bar — layout, sizing, and the user plugins that make it look like this machine.
Snapshot of ~/.config/omarchy so it can be cloned onto a fresh Omarchy box.
Layout
Left: menu · workspaces · Apple Music · Apple TV · BlueFerry
Center: keyboard · indicators · clock · weather radar · weather · updates · mail
Right: agents · AI usage · tray · file search · prompt guide · Otoru · bluetooth · network · audio · monitor · Z13 power
Idle: screensaver 4 min, lock 8 min, sleep 15 min.
What’s in here
| Path | What it is |
|---|---|
shell.json |
Bar layout, widget settings, idle, enabled/disabled plugins |
shell.toml |
Bar size, icon-slot tokens, font |
plugins/ramzal.* |
User-owned bar plugins (Omarchy clones plus local tweaks) |
plugins/z13.power |
GZ302 battery flyout (Max / Perf / Mid / Quiet / Low) |
plugins/z13.battery |
Low-battery warnings that skip stock powerprofiles |
overlays/akitaonrails.ai-usagebar |
Local frontend patches: Command Code command-key mark and chip spacing |
ai-usagebar.config.toml |
SuperGrok + Command Code enabled; unused default vendors off |
ramzal plugins
ramzal.menu— menu button with a larger logoramzal.workspaces— workspace indicatorsramzal.clock— clock + calendar (ddd d MMM h:mm AP)ramzal.indicators— dictation / recording / reminder / night light / DND / stay-awakeramzal.tray— system tray (Steam pinned; z13-power SNI hidden because the flyout owns power)ramzal.network— Wi-Fi panelramzal.monitor— clonedomarchy.monitor(brightness / scale / refresh)ramzal.bar-icons— appliesicon-slot/icon-canvas/icon-font/status-slotfromshell.toml
shell.json also references third-party plugins that are not vendored here:
akitaonrails.ai-usagebar— https://github.com/akitaonrails/ai-usagebar (needsai-usagebar-bin; overlay adds the Command Code mark)ianswope.apple-music— https://github.com/ianswope/omarchy-apple-musiceduardodallecort.weather-radar— https://github.com/eduardodallecort/omarchy-weather-radaranders.appletv-remote— https://github.com/andershfranzen/omarchy-atv-remoteio.weirdware.blueferry— https://github.com/erikwb/omarchy-blueferryomamail— https://github.com/huacnlee/omamailio.github.corck.filesearch— https://github.com/corck/omarchy-filesearchollywarren.prompt-guide— https://github.com/ollywarren/prompt-guideussego.otoru— https://github.com/ussego/otoruio.github.sirjul1337.lock-explorer— https://github.com/SirJul1337/omarchy-lock-explorerbobbynicholas.omaland— https://github.com/bobby-nicholas/omaland
slw.keyarchy is on the bar but disabled.
Z13 power also lives as a standalone marketplace plugin: https://github.com/randallyash/omarchy-z13-power
Restore
git clone https://github.com/randallyash/ramzal-omarchybar.git
cd ramzal-omarchybar
./restore.sh
restore.sh copies shell.json, shell.toml, plugins/ramzal.*, and
plugins/z13.* into ~/.config/omarchy/, applies the usage-bar overlay
and config if present, then restarts the shell.
By hand:
cp shell.json ~/.config/omarchy/shell.json
cp shell.toml ~/.config/omarchy/shell.toml
cp -a plugins/ramzal.* plugins/z13.* ~/.config/omarchy/plugins/
omarchy restart shell
Optional third-party plugins:
omarchy pkg aur add ai-usagebar-bin
omarchy plugin add https://github.com/akitaonrails/ai-usagebar.git --enable
omarchy plugin add https://github.com/ianswope/omarchy-apple-music.git --enable
omarchy plugin add https://github.com/eduardodallecort/omarchy-weather-radar.git --enable
omarchy plugin add https://github.com/andershfranzen/omarchy-atv-remote.git --enable
omarchy plugin add https://github.com/erikwb/omarchy-blueferry.git --enable
omarchy plugin add https://github.com/huacnlee/omamail.git --enable
omarchy plugin add https://github.com/corck/omarchy-filesearch.git --enable
omarchy plugin add https://github.com/ollywarren/prompt-guide.git --enable
omarchy plugin add https://github.com/ussego/otoru.git --enable
omarchy plugin add https://github.com/SirJul1337/omarchy-lock-explorer.git --enable
omarchy plugin add https://github.com/bobby-nicholas/omaland.git --enable