feat(better-clock): add digital clock widget - #265
Conversation
- Customizable time and date format strings - Toggle date visibility via settings - Uses noctalia.formatTime() for locale-aware formatting - Lightweight, no dependencies, zero configuration - Monospace font, primary color palette
|
|
I've addressed the feedback from the review:
|
8d53319 to
d59cdac
Compare
Plugin
Id: yugaaank/better-clock
Noctalia version tested against: 5.0.0-beta.7
Plugin API level: 19
New plugin
Update to an existing plugin (version bumped in
plugin.toml)What it does
A minimal digital clock desktop widget with customizable time and date format strings. Uses
noctalia.formatTime()for locale-aware formatting with a monospace font and primary color palette.External dependencies
None
Testing
Screenshots / Videos
Desktop widget showing time and date below it.
Checklist
idafter the/inplugin.tomlexactly.plugin.toml,README.md,thumbnail.webp, andtranslations/en.json.README.mdfollows the README template, documents every entry id and dependency, and includes exact panel IPC commands and launcher prefixes where applicable.thumbnail.webpwith the thumbnail generator.versionfollows semver and is bumped in this PR;plugin_apiis the oldest API level this plugin requires.catalog.toml; CI generates it.Code review attestation
Plugins run as trusted, unsandboxed Luau in the user's session. Confirm:
licensedeclared inplugin.toml.