https://github.com/erikh/i3-pomodoro
i3blocks pomodoro timer that's really easy to install and use
https://github.com/erikh/i3-pomodoro
i3 i3blocks i3xrocks pomodoro pomodoro-timer
Last synced: about 1 year ago
JSON representation
i3blocks pomodoro timer that's really easy to install and use
- Host: GitHub
- URL: https://github.com/erikh/i3-pomodoro
- Owner: erikh
- Created: 2020-05-01T22:56:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-01T22:56:43.000Z (about 6 years ago)
- Last Synced: 2025-02-08T14:30:02.407Z (over 1 year ago)
- Topics: i3, i3blocks, i3xrocks, pomodoro, pomodoro-timer
- Language: Go
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## i3-pomodoro: a pomodoro timer for i3blocks
This simple timer allows you to track Pomodoros with the greatest of ease!
### To use:
```shell
$ go get github.com/erikh/i3-pomodoro
```
Then put this in your i3blocks configuration
```ini
[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