mirror of
https://github.com/Horhik/dotfiles.git
synced 2024-11-08 01:43:13 +00:00
16 lines
359 B
Markdown
16 lines
359 B
Markdown
# Script: info-eyestrain
|
|
|
|
A script for avoiding digital eye strain.
|
|
|
|
It follows the 20-20-20 rule. The timer displays how long it is until the next break. You can add this to send a notification and play a sound when the time is up.
|
|
|
|
|
|
## Module
|
|
|
|
```ini
|
|
[module/info-eyestrain]
|
|
type = custom/script
|
|
exec = ~/polybar-scripts/info-eyestrain.sh
|
|
interval = 60
|
|
```
|