Utility app for helping with the 20/20/20 rule for alleviating CVS induced stress.
Go to file
dependabot[bot] 41f1cd691a
Bump postcss from 8.2.9 to 8.2.10
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.9 to 8.2.10.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.2.9...8.2.10)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-12 10:22:34 +00:00
.github/workflows cleanup 2021-04-07 16:39:43 +02:00
assets initial commit 2021-04-06 15:03:44 +02:00
build github readme 2021-04-06 15:39:25 +02:00
design design file 2021-04-06 15:39:35 +02:00
src macos bug 2021-04-11 16:45:14 +02:00
.gitattributes github readme 2021-04-06 15:39:25 +02:00
.gitignore initial commit 2021-04-06 15:03:44 +02:00
LICENSE Create LICENSE 2021-04-06 15:04:45 +02:00
README.md macos bug 2021-04-11 16:45:14 +02:00
electron-builder.yml use deb pacakges 2021-04-07 12:56:33 +02:00
package.json Bump postcss from 8.2.9 to 8.2.10 2021-05-12 10:22:34 +00:00
tsconfig.json cleanup 2021-04-07 12:28:05 +02:00
yarn.lock Bump postcss from 8.2.9 to 8.2.10 2021-05-12 10:22:34 +00:00

README.md

logo

UnPixel

Help your eyes take a break

screenshot

🤔 Why?

When staring for long times at computer screen our eyes can get dry and suffer form what is called Computer Vision Syndrome (CVS).

To combat and alleviate the symptoms there is the famous 20/20/20 rule that aims at reducing the stress on our eyes caused by focusing for long periods on the same distance.

This is not medical advice. Read more here and here.

📦 Installation

Head to the release page and grab the latest for your platform.

  • For macOS you can downlaod the .dmg image.
  • For Windows download the .exe.
  • For Linux either the .AppImage or .deb, you will know what fits you 😉.

Building / Development

  1. Clone the repo
  2. yarn install
  3. yarn dist to build for all platforms

Alternatevly you can run yarn build and the yarn electron-builder -m for macOS, -l fir linux or -w for windows.

RELEASE

  1. Create a draft release with the new version. (e.g. tag with v1.2.3).
  2. Push to master and github workflow will build and upload assets to the draft matching the version of package.json and draft.
  3. When ready publish release.