From 53012c442452243c9ed87487ffa28f308dae1350 Mon Sep 17 00:00:00 2001 From: Gobinath Date: Wed, 26 Apr 2017 15:55:53 -0400 Subject: [PATCH] Update image customization --- _includes/contribute.html | 6 +++--- _includes/header.html | 1 - _includes/services.html | 2 +- _posts/2014-07-08-project-11.markdown | 2 +- _posts/2014-07-15-project-4.markdown | 17 ++++++----------- _site/2014/07/08/project-11/index.html | 20 +++++++++----------- _site/2014/07/09/project-10/index.html | 20 +++++++++----------- _site/2014/07/10/project-9/index.html | 20 +++++++++----------- _site/2014/07/11/project-8/index.html | 20 +++++++++----------- _site/2014/07/12/project-7/index.html | 20 +++++++++----------- _site/2014/07/13/project-6/index.html | 20 +++++++++----------- _site/2014/07/14/project-5/index.html | 20 +++++++++----------- _site/2014/07/15/project-4/index.html | 20 +++++++++----------- _site/2014/07/16/project-3/index.html | 20 +++++++++----------- _site/2014/07/17/project-2/index.html | 20 +++++++++----------- _site/2014/07/18/project-1/index.html | 20 +++++++++----------- _site/feed.xml | 4 ++-- _site/index.html | 20 +++++++++----------- 18 files changed, 121 insertions(+), 151 deletions(-) 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)


@@ -95,7 +95,7 @@
-

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.


@@ -112,4 +112,4 @@ - \ No newline at end of file + diff --git a/_includes/header.html b/_includes/header.html index c7cb521..04290ba 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -58,4 +58,3 @@ {% if page.title %}{{ page.title }}{% endif %} {% endfor %} --> - diff --git a/_includes/services.html b/_includes/services.html index c5234cd..43cbefe 100644 --- a/_includes/services.html +++ b/_includes/services.html @@ -4,7 +4,7 @@

Getting Started

-

Protect your eyes from eye strain using this continuous breaks reminder. A Free and Open Source Linux alternative to EyeLeo; a sexy and customizable alternative to Workrave.

Note: Wayland users must use env GDK_BACKEND=x11 safeeyes instead of safeeyes to start Safe Eyes from terminal.

+

Protect your eyes from eye strain using this simple and beautiful, yet extensible break reminder. A Free and Open Source Linux alternative to EyeLeo.

Note: Wayland users must use env GDK_BACKEND=x11 safeeyes instead of safeeyes to start Safe Eyes from terminal.

diff --git a/_posts/2014-07-08-project-11.markdown b/_posts/2014-07-08-project-11.markdown index 1666346..b4ca917 100644 --- a/_posts/2014-07-08-project-11.markdown +++ b/_posts/2014-07-08-project-11.markdown @@ -21,7 +21,7 @@ steps: ['Fork Safe Eyes to your Git Hub account', 'Translate other property values to the selected language. The {} 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 @@ --> -

Getting Started

-

Protect your eyes from eye strain using this continuous breaks reminder. A Free and Open Source Linux alternative to EyeLeo; a sexy and customizable alternative to Workrave.

Note: Wayland users must use env GDK_BACKEND=x11 safeeyes instead of safeeyes to start Safe Eyes from terminal.

+

Protect your eyes from eye strain using this simple and beautiful, yet extensible break reminder. A Free and Open Source Linux alternative to EyeLeo.

Note: Wayland users must use env GDK_BACKEND=x11 safeeyes instead of safeeyes to start Safe Eyes from terminal.

@@ -383,7 +382,7 @@

Break image

-

Override the break image

+

Add images to the break screen

@@ -593,7 +592,7 @@
-

Write about Safe Eyes and create videos about Safe Eyes

+

Translate Safe Eyes into other languages (See how to tranlsate under Customize)


@@ -629,7 +628,7 @@
-

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.


@@ -647,6 +646,7 @@ +