/gnome-shell-pomodoro

Pomodoro extension for gnome-shell

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Pomodoro extension for gnome-shell

  • Provides a countdown timer in the gnome-shell top panel
  • Keeps track of completed 25 minute cycles

Pomodoro image

More on pomodoro technique here.

Dependencies

Installation

Archlinux

Get from AUR

Direct from source

Configuration

Some of the default settings can be overridden in with $XDG_CONFIG_HOME/gnome-shell-pomodoro/gnome_shell_pomodoro.json (usually ~/.config/gnome-shell-pomodoro/gnome_shell_pomodoro.json) file. Please refer the wiki.

Usage

  • Click on the panel item to toggle the timer state

License

GPL3. See COPYING for details.

Thanks

Changelog

Version 0.5

  • Bunch of cleanups, user interface awesomeness [Issue #37, Patch from @kamilprusko]
  • Config options are changed to more meaningful names [above patch]

Version 0.4

  • Sound notification at end of a pomodoro break [Issue #26, Patch from @kamilprusko]
  • System wide config file support [Patch from @mgrela]
  • Support to skip breaks in case of persistent message [Patch from @amanbh]
  • Some minor bug fixes, and keybinder3 requirement is now optional