https://github.com/schneefux/vscode-winddown
VS Code extension that encourages you to take a break.
https://github.com/schneefux/vscode-winddown
vscode vscode-extension
Last synced: about 1 month ago
JSON representation
VS Code extension that encourages you to take a break.
- Host: GitHub
- URL: https://github.com/schneefux/vscode-winddown
- Owner: schneefux
- License: gpl-3.0
- Created: 2020-03-26T19:40:00.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-28T06:50:08.000Z (almost 5 years ago)
- Last Synced: 2024-07-31T15:11:29.461Z (9 months ago)
- Topics: vscode, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=winddown.vscode-winddown
- Size: 3.33 MB
- Stars: 321
- Watchers: 6
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-repositories - schneefux/vscode-winddown - VS Code extension that encourages you to take a break. (TypeScript)
README
# Winddown - Write code and stay healthy
Be reminded to get off the screen without being interrupted.
After 25 minutes, winddown slowly fades out the colors until you take your hands off the keyboard for a moment.
Save on pain medication and buy me a soda instead: [](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=Y9TKS7F2E2A2E)

Warning! This plugin will overwrite `workbench.colorCustomizations` and `editor.tokenColorCustomizations`.
## Installation
[Install winddown from the VS Code marketplace](https://marketplace.visualstudio.com/items?itemName=winddown.vscode-winddown)
## Configuration
* `winddown.minutesTillBreak` (default 25): Time in minutes until theme colors start fading out.
* `winddown.winddownDurationMinutes` (default 5): Time in minutes until theme colors have fully faded out.
* `winddown.breakDurationMinutes` (default 3): Time in minutes until theme colors are reset to normal.
* `winddown.postponeDurationMinutes` (default 5): Time in minutes you can postpone your break.
* `winddown.framesPerMinute` (default 4): Color update frequency during winddown. Usually you do not need to change this. Lower it if you are distracted by screen flashes, increase it for smoother color transitions. Must be between 1 and 60.## Development
* `npm install`
* In VS Code, "Run", "Start Debugging"## Publishing
* `npm run build`
* `vsce package`
* Upload to https://marketplace.visualstudio.com/manage/publishers/winddown## Related Projects
* inspired by Android's [Digital Wellbeing](https://www.android.com/digital-wellbeing/)
* [emacs-winddown](https://github.com/syohex/emacs-winddown)
* [Atheos-winddown](https://github.com/HLSiira/Atheos-Winddown)