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

Clock #12

Open
3 of 8 tasks
jrpie opened this issue Aug 28, 2024 · 6 comments
Open
3 of 8 tasks

Clock #12

jrpie opened this issue Aug 28, 2024 · 6 comments
Labels
enhancement New feature or request
Milestone

Comments

@jrpie
Copy link
Owner

jrpie commented Aug 28, 2024

I got serveral requests to rework the date / clock:

  • different clock faces:
    • stacking hours and minutes, see this comment for ideas)
    • analog clock (suggested by email)
  • (add option to) follow system locale; the approach of manually adding formatting options doesn't scale well. Implemented in e86ed34
  • disable it entirely: Implemented in e86ed34
  • adjustable font size for the clock
  • adjustable color for the clock: Implemented in a9f3196
  • adjustable position of the clock (see also [feature] widgets #44)
  • custom format string
  • option to display battery status and other information (see [FEATURE REQUEST] Some UI options #41)
@jrpie jrpie mentioned this issue Aug 28, 2024
@toby-bro
Copy link
Contributor

Didn't you already do this partially in e86ed34 ( for the locale part ) ?

@jrpie
Copy link
Owner Author

jrpie commented Sep 1, 2024

Yes, should have mentioned that here ^^

@wassupluke
Copy link

Idea: add an option to apply the pretty new Dynamic color theme color to the clock? The dynamic colors look dang nice in the app settings now :)

@jrpie
Copy link
Owner Author

jrpie commented Dec 12, 2024

Should I add
(a) an option "use color from color theme" (i.e. only use dynamic when the dynamic theme is used) or
(b) "use dynamic color" (independently of color theme)?

@wassupluke
Copy link

Maybe b) use dynamic color. Perhaps as a toggle inside the new RGBA sliders panel?

@jrpie
Copy link
Owner Author

jrpie commented Dec 21, 2024

I agree that a toggle inside the dialog would be the best UI. On the other hand I'd like to keep the color picker as generic and reusable as possible.

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

No branches or pull requests

3 participants