Skip to content

i3blocks pomodoro timer that's really easy to install and use

Notifications You must be signed in to change notification settings

erikh/i3-pomodoro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

i3-pomodoro: a pomodoro timer for i3blocks

This simple timer allows you to track Pomodoros with the greatest of ease!

To use:

$ go get github.com/erikh/i3-pomodoro

Then put this in your i3blocks configuration

[pomodoro]
label=🕒
command=~/bin/i3-pomodoro # dir here should be $GOBIN or $GOPATH/bin
interval=1

And restart i3blocks or i3xrocks. Woo!

Mouse Controls

  • Mouse 1: Start/Pause the timer
  • Mouse 2: Reset the timer
  • Mouse 3: Cycle to the next timer (resetting the timer)

Notes

Creates a file named /tmp/pomodoro-state. If anything bugs out, try removing it!

Runs i3-nagbar to notify the user. You can change this to use notify-send pretty easily near the top of the source.

Same with the timers and clock designations, they are also near the top.

Author

Erik Hollensbe [email protected]

About

i3blocks pomodoro timer that's really easy to install and use

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages