You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm writing a plugin which shows GitLab pipeline/job status so I've often got ~200 nested menu items. Currently each job has a bad emoji for the status but I'd like to use the GitLab images directly.
If I base64 then I'm sending large amounts of data in every run because the images are repeated, and that also tends to crash xbar.
Would it be possible to support a URL for the image to display in the menu?
The text was updated successfully, but these errors were encountered:
I'm writing a plugin which shows GitLab pipeline/job status so I've often got ~200 nested menu items. Currently each job has a bad emoji for the status but I'd like to use the GitLab images directly.
If I base64 then I'm sending large amounts of data in every run because the images are repeated, and that also tends to crash xbar.
Would it be possible to support a URL for the image to display in the menu?
The text was updated successfully, but these errors were encountered: