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

[FEATURE] Creation of config file with theme settings #17

Open
D3vil0p3r opened this issue Oct 7, 2023 · 2 comments
Open

[FEATURE] Creation of config file with theme settings #17

D3vil0p3r opened this issue Oct 7, 2023 · 2 comments
Labels
feature A new feature

Comments

@D3vil0p3r
Copy link

It could be a good to have a feature where those default settings are loaded from a config file. In this manner, a user can easily changes programmatically text, fonts, backgrounds and other settings in very easy manner.

I don't have enough skills in JS or TypeScript and I think I'm not the best person to create PRs about it ^^'.

@hertg hertg added the feature A new feature label Oct 8, 2023
@rauldipeas
Copy link

For now, where can I find the saved settings that I've changed through the greeter itself?

@hertg
Copy link
Owner

hertg commented Sep 30, 2024

For now, where can I find the saved settings that I've changed through the greeter itself?

The theme simply saves the settings in the browser's localStorage. So there is not an easy-to-access file by the theme itself where the configs are persisted. If you still want to access the settings from outside the theme, it will depend on the greeter you're using (or, the browser engine the greeter uses) and where it persists the localStorage values.

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

No branches or pull requests

3 participants