We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Love this extension, thank you for creating it!
On the time display, can we have an option to hide seconds?
In /index.js the line that needs to change is:
/index.js
//$.time.textContent = `${td(now.getHours())}.${td(now.getMinutes())}.${td(now.getSeconds())}`; $.time.textContent = `${td(now.getHours())}.${td(now.getMinutes())}`;
Not sure how to expose this as an option in the extension.
If you have a way for me to make this change locally and have it work that would be helpful too, thank you!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Love this extension, thank you for creating it!
On the time display, can we have an option to hide seconds?
In
/index.js
the line that needs to change is:Not sure how to expose this as an option in the extension.
If you have a way for me to make this change locally and have it work that would be helpful too, thank you!
The text was updated successfully, but these errors were encountered: