-
Notifications
You must be signed in to change notification settings - Fork 63
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 MPRIS background blur for app icons #369
Conversation
The widget was was using the .ui size instead of the user config size in the following situations: - there was no media player app - the media player app icon was used - the audio-x-generic-symbolic icon was used This fix sets the default size for the album art icon according to the user's config. set_from_gicon and set_from_icon_name receive a Gtk.IconSize enum value, not an int, so we need to call set_pixel_size to set the proper size.
6484e5f
to
89e8dcb
Compare
Request a review when the PR is ready :) |
…nto mpris_app_blur
I'll wait for #370 before reviewing :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the catch and sorry for the delay! Resolve the merge conflicts and potential linting issues and I'll merge :)
No problem :) |
Oh yeah, the formatter is kinda broken... Can you restore back and just fix the lines that the linter is complaining about? One day I'll get to fixing this annoying formatter... |
It is a bit of a pain currently, because it also is not able to format just selected lines (it messes them up). |
…nto mpris_app_blur
06ad441
to
47af033
Compare
@ErikReider can we merge this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! :)
No description provided.