summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2026-02-26bump: v1.1.0 — clipboard, notifications, history, theme, testsRodrigo Santiago
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26v1.0.0: professional architecture refactorRodrigo Santiago
2026-02-26Fix ownership of waybar config/css after post_installRodrigo Santiago
post_install runs as root, so modified files (config.jsonc, style.css) were owned by root:root, making waybar unable to read them. Now chown all modified files back to the real user. Also restart waybar as the user for proper signal delivery. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26Bump pkgrel=2, robust user detection in hooksRodrigo Santiago
- Bump pkgrel to force AUR cache refresh - Detect user via SUDO_USER, logname, or /etc/passwd fallback - Use getent instead of eval for home directory Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26Inline setup/remove logic in .install hooksRodrigo Santiago
post_install now configures waybar directly (copies scripts, adds module, adds CSS) instead of calling external setup script. post_remove now cleans waybar config inline since the binary is already deleted by pacman before post_remove runs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26Auto-run setup and remove on install/uninstallRodrigo Santiago
post_install and post_upgrade now automatically run omarchy-ai-usage-setup as the real user (via SUDO_USER). post_remove runs omarchy-ai-usage-remove automatically. Falls back to manual instructions if auto-setup fails. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26Update .SRCINFO for r2.8fe03d6Rodrigo Santiago
2026-02-26Initial upload: AI usage monitor for Waybar/OmarchyRodrigo Santiago
Track Claude and Codex rate limits directly from Waybar. Interactive TUI with dashboard and settings. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>