| Age | Commit message (Collapse) | Author |
|
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
|
|
|
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>
|
|
- 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>
|
|
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>
|
|
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>
|
|
|
|
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>
|