Juanma López44 downloadsKeep Obsidian in the system tray with an icon that auto-adapts to your Omarchy theme.
Keep Obsidian running in the system tray with an icon that auto-adapts to your Omarchy theme.
Forked from Background Tray (Synaphi, MIT). All original close-to-tray features are preserved — the fork adds automatic theme-color detection so the tray icon always matches your Omarchy bar text color, updating live when you switch themes.
Desktop only. Linux (Wayland/SNI) is the primary target. Windows and macOS work but theme detection is Omarchy-specific.
The original Background Tray uses a static icon. On Omarchy, when you switch between light and dark themes, the tray icon would stay the same color and look out of place against the bar. This fork reads the active theme's bar text color from ~/.local/state/omarchy/current/theme/shell.toml and regenerates the icon automatically — no restart needed.
rsvg-convert.omarchy theme set <theme>, the tray icon updates within 500ms without restarting Obsidian.trayIconPath in settings to use your own icon. Leave empty for auto-detection.Manual: copy main.js, manifest.json, and styles.css into
<vault>/.obsidian/plugins/omarchy-tray/, then enable it under
Settings → Community plugins.
BRAT (beta): add https://github.com/lopezjuanma96/omarchy-tray in the BRAT plugin.
rsvg-convert (included with Omarchy; used to render SVG → PNG for the tray icon)If Omarchy or rsvg-convert is not available, the plugin falls back gracefully to Obsidian's built-in app icon.
npm install
npm run dev # watch build → main.js
npm run build # typecheck + production bundle
MIT © Synaphi (original) — fork maintained by Juanma Lopez