diff --git a/_includes/contribute.html b/_includes/contribute.html index 7c0be5b..5246e2e 100644 --- a/_includes/contribute.html +++ b/_includes/contribute.html @@ -59,7 +59,7 @@
Write about Safe Eyes and create videos about Safe Eyes
+Translate Safe Eyes into other languages (See how to tranlsate under Customize)
Are you a Python developer with creative ideas to improve Safe Eyes? Please send a pull request with new feature and bug fixes.
+Are you a Python developer with creative ideas to improve Safe Eyes? Please send a pull request with new feature and bug fixes.
env GDK_BACKEND=x11 safeeyes
instead of safeeyes
to start Safe Eyes from terminal.env GDK_BACKEND=x11 safeeyes
instead of safeeyes
to start Safe Eyes from terminal.{}
used in property values will be replaced by runtime variables related to those commands. For example the {}
in Next break at {}
will be replaced by time at the runtime',
'Add a new comment in the share/applications/safeeyes.desktop
file. For example:Comment[en]=Protect your eyes from eye strain
',
'Commit the changes and push to the origin master',
- 'Send a pull request to Safe Eyes master
branch'
+ 'Send a pull request to Safe Eyes master
branch'
]
---
diff --git a/_posts/2014-07-15-project-4.markdown b/_posts/2014-07-15-project-4.markdown
index ee32eee..8ce52e2 100644
--- a/_posts/2014-07-15-project-4.markdown
+++ b/_posts/2014-07-15-project-4.markdown
@@ -1,29 +1,24 @@
---
title: Break image
-subtitle: Override the break image
+subtitle: Add images to the break screen
layout: default
modal-id: 1
img: override-image-thumbnail.png
modal-url: override-image
thumbnail: override-image-thumbnail.png
alt: image-alt
-description: The image of a break can be changed by either creating a new image in the resource directory or by pointing the image to a new one. Make sure that the new image size is within 128x128px
+description: You can add image to the break screen by creating a new image in the resource directory. Make sure that the new image size is within 128x128px
steps: ['Create a new directory resource
if it does not exist:mkdir ~/.config/safeyes/resource
',
- 'Copy a new image to the resource directory:cp new_image.png ~/.config/safeyes/resource/new_image.png
',
- 'Change the image
name the the new name: ...
+ 'Copy a new image to the resource directory:cp image.png ~/.config/safeyes/resource/short_break_close_eyes.png
',
+ 'Create a new property image
next to the break name : ...
"short_breaks": [
{
"name": "short_break_close_eyes",
- "image": "new_image.png"
- },
- {
- "name": "short_break_roll_eyes"
- "image": "short_break_roll_eyes.png"
+ "image": "short_break_close_eyes.png"
},
...
],
- ...
',
- 'You can also override the image by simply creating a new image with the same name in the resource directory:cp new_image.png ~/.config/safeyes/resource/short_break_roll_eyes.png
'
+ ...
'
]
---
diff --git a/_site/2014/07/08/project-11/index.html b/_site/2014/07/08/project-11/index.html
index a983067..15f6458 100644
--- a/_site/2014/07/08/project-11/index.html
+++ b/_site/2014/07/08/project-11/index.html
@@ -99,14 +99,13 @@
-->
-
env GDK_BACKEND=x11 safeeyes
instead of safeeyes
to start Safe Eyes from terminal.env GDK_BACKEND=x11 safeeyes
instead of safeeyes
to start Safe Eyes from terminal.Write about Safe Eyes and create videos about Safe Eyes
+Translate Safe Eyes into other languages (See how to tranlsate under Customize)
Are you a Python developer with creative ideas to improve Safe Eyes? Please send a pull request with new feature and bug fixes.
+Are you a Python developer with creative ideas to improve Safe Eyes? Please send a pull request with new feature and bug fixes.