You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -215,12 +215,12 @@ Here are the preferences editable via the app. If values in the app does not sui
215
215
-`monitorDnd` - monitor DND mode
216
216
-`checkNewVersion` - check for new versions
217
217
218
-
#### Editing Break ideas
218
+
#### Editing break ideas
219
219
In the preferences file, change `useIdeasFromSettings: false,` to `useIdeasFromSettings: true,` and edit `breakIdeas` and `microbreakIdeas`.
220
220
221
221
Note that when a new *Stretchly* version with new break ideas is out, your custom ideas will not be overwritten. You can reset break ideas to the latest defaults when you "Restore defaults" from Preferences window.
222
222
223
-
##### Using HTML in Break Ideas
223
+
##### Using HTML in break ideas
224
224
You can use simple HTML formatting in custom break ideas to enhance their appearance:
225
225
226
226
**Allowed HTML elements:**
@@ -258,7 +258,7 @@ Supported image formats: PNG, JPEG, WebP, GIF. Only images from the local `image
258
258
259
259
Stretchly sanitizes all HTML to keep break windows secure by removing any unsupported tags or unsafe content.
In the preferences file, change `breakNotificationInterval: 30000,` to whatever value you want. 30000 is 30 seconds. Same goes for Mini breaks.
263
263
264
264
#### Editing sunrise time to pause breaks until morning
@@ -276,7 +276,7 @@ In the preferences file, you can edit `microbreakPostpone` and `breakPostpone` t
276
276
#### New version notification [](#contributor-preferences)
277
277
In the preferences file, set `notifyNewVersion: false,` to disable new version notification.
278
278
279
-
#### Sounds at the start of Breaks[](#contributor-preferences)
279
+
#### Sounds at the start of breaks[](#contributor-preferences)
280
280
To configure the sound when a break starts, set for example `"miniBreakStartSound": "crystal-glass"`. Same for `longBreakStartSound`. Accepted values: `silence`, `crystal-glass`, `wind-chime`, `tic-toc`, `reverie`. Setting the value to `silence` means no sound will be played.
281
281
282
282
#### Different sound for Mini and Long breaks
@@ -291,7 +291,7 @@ In the preferences file, set `naturalBreaksInactivityResetTime` to your preferre
291
291
#### Volume for break sounds [](#contributor-preferences)
292
292
In the preferences file, set `volume` to your preferred value. Default value is `1`, which is 100% volume. Set it, for example, to `0.61` for 61% volume. This applies to both start and end break sounds.
293
293
294
-
#### Postpone/Finish Break Shortcut
294
+
#### Postpone/finish break shortcut
295
295
In the preferences file, set `endBreakShortcut` to your preferred value. We do not validate this input, so please check [Electron's documentation](https://www.electronjs.org/docs/api/accelerator) for available values for key and modifier. When a given accelerator is already taken by other applications, this call will silently fail. This behavior is intended by operating systems, since they don't want applications to fight for global shortcuts.
296
296
297
297
If you'd like to disable the shortcut, set value to empty string `""`.
@@ -308,15 +308,15 @@ If you want breaks to wait for you to finish them manually instead of automatica
308
308
309
309
Once enabled, the break behaves normally until it reaches 100%, then the window switches to showing elapsed time since the break started. You must press the Finish button or use the `endBreakShortcut` to close the break.
310
310
311
-
#### Toggle Breaks Shortcut
311
+
#### Toggle breaks shortcut
312
312
313
-
Toggling between Pause Breaks and running breaks.
313
+
Toggling between Pause breaks and running breaks.
314
314
315
315
In the preferences file, set `pauseBreaksToggleShortcut` to your preferred value. We do not validate this input, so please check [Electron's documentation](https://www.electronjs.org/docs/api/accelerator) for available values for key and modifier. When a given accelerator is already taken by other applications, this call will silently fail. This behavior is intended by operating systems, since they don't want applications to fight for global shortcuts.
316
316
317
317
If you'd like to disable the shortcut, set value to empty string `""`. That's the default value as well.
318
318
319
-
#### Pause Breaks for Duration Shortcuts
319
+
#### Pause breaks for duration shortcuts
320
320
321
321
You can also set shortcuts to pause breaks for a specific duration by modifying the following values in the preferences file:
322
322
@@ -328,13 +328,13 @@ You can also set shortcuts to pause breaks for a specific duration by modifying
328
328
329
329
If you'd like to disable the shortcuts, set value to empty string `""`. That's the default value as well.
330
330
331
-
#### Skip to the next Break Shortcut
331
+
#### Skip to the next break shortcut
332
332
333
333
In the preferences file, set `skipToNextScheduledBreakShortcut`, `skipToNextMiniBreakShortcut`, `skipToNextLongBreakShortcut` to your preferred value. We do not validate this input, so please check [Electron's documentation](https://www.electronjs.org/docs/api/accelerator) for available values for key and modifier. When a given accelerator is already taken by other applications, this call will silently fail. This behavior is intended by operating systems, since they don't want applications to fight for global shortcuts.
334
334
335
335
If you'd like to disable the shortcut, set value to empty string `""`. That's the default value as well.
336
336
337
-
#### Reset Breaks Shortcut
337
+
#### Reset breaks shortcut
338
338
339
339
In the preferences file, set `resetBreaksShortcut` to your preferred value. We do not validate this input, so please check [Electron's documentation](https://www.electronjs.org/docs/api/accelerator) for available values for key and modifier. When a given accelerator is already taken by other applications, this call will silently fail. This behavior is intended by operating systems, since they don't want applications to fight for global shortcuts.
Copy file name to clipboardExpand all lines: app/locales/en.json
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,14 @@
8
8
"toBreak": "Long break",
9
9
"toMicrobreak": "Mini break",
10
10
"skipToTheNext": "Skip to the next",
11
-
"resume": "Resume Breaks",
12
-
"pause": "Pause Breaks",
11
+
"resume": "Resume breaks",
12
+
"pause": "Pause breaks",
13
13
"forHour": "1 hour",
14
14
"for2Hours": "2 hours",
15
15
"for5Hours": "5 hours",
16
16
"untilMorning": "Until morning",
17
17
"indefinitely": "Indefinitely",
18
-
"resetBreaks": "Reset Breaks",
18
+
"resetBreaks": "Reset breaks",
19
19
"quitStretchly": "Quit Stretchly",
20
20
"restoreDefaults": "Restore defaults",
21
21
"warning": "This will restore app defaults and all your settings will be lost.",
@@ -162,11 +162,11 @@
162
162
"dark": "Dark",
163
163
"system": "System",
164
164
"showBreaksAsRegularWindowsTitle": "Act as regular window:",
165
-
"showBreaksAsRegularWindowsInfo": "When enabled, Break windows will become focusable, they won't be 'Always on top' anymore and they will also appear in the taskbar.",
165
+
"showBreaksAsRegularWindowsInfo": "When enabled, break windows will become focusable, they won't be 'Always on top' anymore and they will also appear in the taskbar.",
166
166
"showBreaksAsRegularWindows": "Show breaks as regular windows",
167
-
"screen": "Monitor for Breaks:",
168
-
"screenInfo": "When showing breaks on all monitors is disabled, you can choose which one you would like to show your Breaks on.",
169
-
"showOnMonitor": "Show Breaks on",
167
+
"screen": "Monitor for breaks:",
168
+
"screenInfo": "When showing breaks on all monitors is disabled, you can choose which one you would like to show your breaks on.",
0 commit comments