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

Additional date formats, fonts and options for the AniMe Matrix clock #2903

Closed
2 tasks done
zaubertee opened this issue Jul 31, 2024 · 4 comments
Closed
2 tasks done
Labels
question Further information is requested

Comments

@zaubertee
Copy link

Rules

  • I made myself familiar with the Readme, FAQ and Troubleshooting.
  • I understand that, if insufficient information will be provided, my issue will be closed without an answer.

Is your feature request related to a problem? Please describe

As of right now the clock option in G-Helper shows the time and the date in the YY.MM.DD format. As a european the date format is pretty confusing because the norm is DD.MM.YY. Also, i would love an option to only show the time without the date with a little more space (because the font blends some digits together right now, causing worse readablilty).

Describe the solution you'd like

So all together:

  • European date formats
  • Only show date / time
  • Possibility to switch fonts
  • Only show day and month, without year

Describe alternatives you've considered

No response

Device and Model

Asus Zephyrus G14 2023

Additional information.

No response

@seerge
Copy link
Owner

seerge commented Jul 31, 2024

@zaubertee hello,

Actually app already uses local windows time settings and shows either 24 or 12
hour format.

I can add an optional param in config where you could define date format, would that be enough?

As for fonts - i’m not a big fan of making that changeable as each font is different in rendering and positioning, and most likely it simply won’t fit into current (already very limited by resolution) matrix. As literally adjusted current matrix font labels pixel by pixel…

@zaubertee
Copy link
Author

Hi!
Good to know, i'll check my settings.
And sure, setting the date format would be excellent - or just an option to just use the time would be also perfect. :)

seerge added a commit that referenced this issue Aug 3, 2024
@seerge
Copy link
Owner

seerge commented Aug 3, 2024

@zaubertee ok, this build should allow 2 config parameters for custom time and date formats

GHelper.zip

Quit app, add following lines to the beginning of %appdata%\GHelper\config.json

"matrix_time" : "HH:mm",
"matrix_date" : "yy.MM.dd",

Save it and run app again.

It uses standard C# date and time formatting, so you can customize it to your needs
https://learn.microsoft.com/en-us/dotnet/standard/base-types/custom-date-and-time-format-strings

@seerge seerge added the question Further information is requested label Aug 3, 2024
@seerge seerge closed this as completed Aug 4, 2024
@seerge
Copy link
Owner

seerge commented Aug 4, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants