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

Allow to use Material you accent color as background in widgets #525

Open
5 tasks done
xmha97 opened this issue Oct 10, 2023 · 6 comments
Open
5 tasks done

Allow to use Material you accent color as background in widgets #525

xmha97 opened this issue Oct 10, 2023 · 6 comments
Labels
Idea Ideas can become new feature or improvement Needs review Issue that need to be analyzed (reproduced for a bug, take a decision for an idea, etc) Widgets Anything related. Currently on hold as we work on a global strategy for better widgets
Milestone

Comments

@xmha97
Copy link

xmha97 commented Oct 10, 2023

Describe your idea

Hi, please use the Google Calendar background for Breezy widget.

Screenshot_2023-10-11-01-56-26-589_com miui home

As you can see, the color of the widget is different.

You can see the codes of the "Persian Calendar" app:

https://github.com/persian-calendar/persian-calendar

val backgroundColor =
        if (prefersWidgetsDynamicColors) context.getColor(
            if (isNightMode) android.R.color.system_accent2_800
            else android.R.color.system_accent2_50
        )
        else null
    val foregroundColor =
        if (prefersWidgetsDynamicColors) context.getColor(
            if (isNightMode) android.R.color.system_accent1_50
            else android.R.color.system_accent1_600
        )
        else null

Thanks 🙏

Other details

No response

Acknowledgements

  • I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open or closed issue.
  • I have written a short but informative title.
  • My idea is not related to a question covered in the Frequently Asked Questions document, or a feature described in the Homepage document.
  • I have updated the app to version 4.6.9 or later.
  • I understand that this app is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY, so I may not get a positive reply to my request, if any at all.
@xmha97 xmha97 added Idea Ideas can become new feature or improvement Needs review Issue that need to be analyzed (reproduced for a bug, take a decision for an idea, etc) labels Oct 10, 2023
@papjul papjul changed the title Widget background Allow to use Material you accent color as background in widgets Oct 11, 2023
@papjul
Copy link
Collaborator

papjul commented Oct 11, 2023

It's available on widgets starting with "Material You".

@papjul papjul added the Widgets Anything related. Currently on hold as we work on a global strategy for better widgets label Oct 11, 2023
@xmha97
Copy link
Author

xmha97 commented Oct 11, 2023

It's available on widgets starting with "Material You".

I can't find this option, please help me.

Screenshot_2023-10-11-18-16-48-348_org.breezyweather.jpg

@papjul
Copy link
Collaborator

papjul commented Oct 11, 2023

There is no option on Material You widgets, it’s always using the Material You background:
image
image

@limbusdev
Copy link

There is no option on Material You widgets

It would be awesome to have some options, though. Like transparency and font.

@KrisadaFantasy
Copy link

Right now Breezy has two types of widgets - Normal and Material You. Material You widget simply use it without any option, while Normal widget give you the choice of None, System Default, Light, and Dark, with extra transparency setting. I think I am on the same boat as @limbusdev that we primarily choose out widget by its layout and simply want our choice to have proper background option to style it along with our phone's theme.

I think Breezy should

  1. Add option for widget to use Material You background as another choice after current None/Light/Dark/System Default and transparency slider.
  2. Remake current Material You widget into widget with background option.

The thing is I really like the layout of Material You - Forecast (the second one @papjul post above) but I want it transparent 😂 And I think make Widget differ by layout alone is more reasonable than make it differ by both layout and background option.

@papjul papjul added this to the V7.0.0 milestone Mar 4, 2024
@limbusdev
Copy link

limbusdev commented Mar 24, 2024

@KrisadaFantasy
Yes. Exactly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Idea Ideas can become new feature or improvement Needs review Issue that need to be analyzed (reproduced for a bug, take a decision for an idea, etc) Widgets Anything related. Currently on hold as we work on a global strategy for better widgets
Projects
None yet
Development

No branches or pull requests

4 participants