Skip to content

Commit

Permalink
Merge pull request #150 from hovancik/feature/patreon
Browse files Browse the repository at this point in the history
Donations via Patreon
  • Loading branch information
hovancik authored Nov 4, 2017
2 parents b554028 + 103f247 commit b5acccf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Added
- monitoring of system idle time for natural breaks (when user leaves and after return idle time is greater then break duration, *stretchly* will reset breaks)
- menu link to Patreon

### Changed
- microbreak notifications are 10 seconds before and can be disabled
Expand Down
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
*stretchly* is cross-platform [electron](http://electron.atom.io/) app that reminds you to take breaks when working with computer.

[![Become a Patron!](https://c5.patreon.com/external/logo/become_a_patron_button.png)](https://www.patreon.com/hovancik)

By default, it runs in your tray and shows reminder window every 10 minutes, that is open for 20 seconds, containing idea for microbreak.

<img src="https://raw.githubusercontent.com/hovancik/stretchly/master/stretchly-microbreak.png" height="340">
Expand Down Expand Up @@ -150,8 +152,3 @@ Sounds used in this application are listed [here](http://freesound.org/people/ho

## License
See LICENSE file.

## Support on Beerpay
Hey dude! Help me out for a couple of :beers:!

[![Beerpay](https://beerpay.io/hovancik/stretchly/badge.svg?style=beer-square)](https://beerpay.io/hovancik/stretchly) [![Beerpay](https://beerpay.io/hovancik/stretchly/make-wish.svg?style=flat-square)](https://beerpay.io/hovancik/stretchly?focus=wish)
5 changes: 5 additions & 0 deletions app/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,11 @@ function getTrayMenu () {
click: function () {
showAboutWindow()
}
}, {
label: 'Become a Patron',
click: function () {
shell.openExternal('https://www.patreon.com/hovancik')
}
}, {
type: 'separator'
})
Expand Down

0 comments on commit b5acccf

Please sign in to comment.