• Stars
    star
    98
  • Rank 345,323 (Top 7 %)
  • Language
    Python
  • License
    MIT License
  • Created over 4 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Simple and unobtrusive menu bar timer for macOS.

Timeglass

Timeglass is a simple, unobtrusive menu bar timer for macOS. Rather than showing exact time in minutes and seconds, it visually represents time with a minimalistic hour glass icon in the menu bar.

Installation

Download last version here and open it.

You might have to right click/control-click and select open if you get a warning that the app is from an unidentified developer. Move it to Applications if you want.

You can also build it yourself if you have pyinstaller installed. ("pyinstaller --onefile -w --add-data "Icons/:Icons" timeglass.spec".)

Features

  • Represents time with a simple icon.
  • Set whatever time you want.
  • Shows a simple alert with sound when time is up.
  • Supports dark mode.

Roadmap

  • Adding a simple preference pane.
  • Add ability to remove alert and/or sound.
  • Add timeglass icon in alert.
  • Simplify and prettify the animation.

Possible improvements:

  • Add some time presets (and maybe let the user choose presets from preferences).
  • Add global hotkeys (as a possibility)
  • Add pomodoro support (with auto breaks etc.).

Contributions

Pull requests and suggestions are welcome! Write me a mail at mountwebs[at]gmail.com or open an issue if you have a suggestion for imrovement.

About

Timeglass is made with rumps and the app is built with pyinstaller.

Read some feedback, praise and suggestions at reddit.

This is my first python "app". Feedback is appreaciated: mountwebs[at]gmail.com.

License

MIT