-
-
Notifications
You must be signed in to change notification settings - Fork 648
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
Labels
Comments
That's in progress 👍 |
For the meantime I put this in <?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> |
@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? |
It's already done. It appears to be on a different branch! |
Merged
@ucirello Please test the latest release 👍 |
@leaanthony it works |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have to manually open xbar every time I log in. I wish the previous behavior from BitBar would still be available for xbar.
The text was updated successfully, but these errors were encountered: