-
-
Notifications
You must be signed in to change notification settings - Fork 113
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
Allow images to have more properties #428
Comments
I have added all of the domains you suggested to all image properties here: f60b9d6 If you want you can test it by installing the head version in brew: brew uninstall sketchybar
brew install sketchybar --head
brew services restart sketchybar and then go back to the stable version via: brew uninstall sketchybar
brew install sketchybar
brew services restart sketchybar |
Wow, thank you so much!! I just tested it and all new properties work! A couple small issues: ![]()
There is a chance I screwed something up in the code. Feel free to take a look yourself! Music item: https://github.com/Pe8er/dotfiles/blob/master/config.symlink/sketchybar/items/music.sh Music plugin: https://github.com/Pe8er/dotfiles/blob/master/config.symlink/sketchybar/plugins/music.sh While I have your attention 😀 there is one more thing I noticed: I use the Thanks a ton! |
I have made some changes to fix some quirks with the images, both of your problems should be fixed now. You can update the dev version by running: brew upgrade sketchybar --fetch-HEAD
brew services restart sketchybar As for the media_change event: EDIT: media_change event on startup implemented here: 32f05a9 |
Hi Felix! Sorry for the late reply. Thank you for implementing my requests. This issue seems to persist:
|
It would be fantastic if
background.image
could have more properties, for example:As an example -- I'd like to be able for the album artwork in this bar item and popup to have rounded edges, so that it blends in better with the bar item / popup:
The text was updated successfully, but these errors were encountered: