package_control_channel icon indicating copy to clipboard operation
package_control_channel copied to clipboard

Add StatusBarClock package

Open lukstep opened this issue 2 years ago • 2 comments

  • [x] I'm the package's author and/or maintainer.
  • [x] I have read the docs.
  • [x] I have tagged a release with a semver version number.
  • [x] My package repo has a description and a README describing what it's for and how to use it.
  • [x] My package doesn't add context menu entries. See Context Menu Below.
  • [x] My package doesn't add key bindings. See Key Bindings Below.
  • [x] Any commands are available via the command palette.
  • [x] If my package is a syntax it doesn't also add a color scheme.
  • [x] I use .gitattributes to exclude files from the package: images, test files, sublime-project/workspace.

My package is StatusBarClock

My package is similar to Fuzzy Clock However it should still be added because it has more options to customize.

lukstep avatar Jun 20 '22 18:06 lukstep

Not sure if you already looked at:

https://github.com/deathaxe/sublime-clock

which isn't on PackageControl itself, but similar to this.


You could use py3.8 for this for "sublime_text": ">=4107", compare:

https://www.sublimetext.com/docs/api_environments.html

(or deathaxe's clock above, which uses py3.8) as Sublime Text 3 is already outdated and the vast majority of users has already switched to newer Builds.

jrappen avatar Jun 24 '22 20:06 jrappen

Yes, I saw mentioned package. It's similar but not available on PackageControl.

lukstep avatar Jun 25 '22 10:06 lukstep

Looks good, thanks for your submission 👍🏻

braver avatar Nov 20 '22 20:11 braver