Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "Open at Login" option #659

Closed
ucirello opened this issue Mar 22, 2021 · 6 comments
Closed

Add "Open at Login" option #659

ucirello opened this issue Mar 22, 2021 · 6 comments
Labels

Comments

@ucirello
Copy link

ucirello commented Mar 22, 2021

I have to manually open xbar every time I log in. I wish the previous behavior from BitBar would still be available for xbar.

@leaanthony
Copy link
Collaborator

That's in progress 👍

@matryer matryer changed the title I can't find "Open at Login" for xbar Add "Open at Login" option Mar 24, 2021
@guy4261
Copy link

guy4261 commented Mar 29, 2021

For the meantime I put this in ~/Library/LaunchAgents/xbar.plist .
Can be probably made into an xbar plugin :)

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>

     <key>Label</key>
     <string>xbar</string>

     <key>ProgramArguments</key>
     <array>
          <string>open</string>
          <string>-a</string>
          <string>xbar</string>
     </array>

 	<key>RunAtLoad</key>
	<true/>

</dict>
</plist>

@matryer
Copy link
Owner

matryer commented Mar 29, 2021

@guy4261 haha - well I think/hope we can get this feature officially supported. @leaanthony Do you have an idea of what's involved in doing this?

@leaanthony
Copy link
Collaborator

It's already done. It appears to be on a different branch!

@leaanthony
Copy link
Collaborator

@ucirello Please test the latest release 👍

@ucirello
Copy link
Author

@leaanthony it works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants