Writes grok.json for omarchy.agents. Yields when official omarchy-agent-usage-grok exists. No bar plugin, no packaged-bin name.
12 lines
246 B
Desktop File
12 lines
246 B
Desktop File
[Unit]
|
|
Description=Refresh SuperGrok usage for the Omarchy agents panel
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=%h/.local/bin/omarchy-grok-usage --write
|
|
Nice=10
|
|
|
|
[Install]
|
|
WantedBy=default.target
|