Remove default images

This commit is contained in:
Gobinath 2017-04-22 17:34:43 -04:00
parent 0277215fa0
commit 2326644c2e
11 changed files with 11 additions and 21 deletions

View File

@ -48,8 +48,7 @@ class Plugins:
logging.warning('Plugin file ' + str(plugin['name']) + '.py not found')
else:
logging.warning('Ignoring the plugin ' + str(plugin['name']) + ' due to invalid location value: ' + plugin['location'])
print(min([4, len(self.__plugins)]))
if self.__plugins:
self.__thread_pool = ThreadPool(min([4, len(self.__plugins)]))

View File

@ -1,6 +1,6 @@
{
"meta": {
"config_version": 4
"config_version": 5
},
"break_interval": 15,
"enable_screen_lock": true,
@ -44,42 +44,33 @@
],
"short_breaks": [
{
"name": "short_break_close_eyes",
"image": "short_break_close_eyes.png"
"name": "short_break_close_eyes"
},
{
"name": "short_break_roll_eyes",
"image": "short_break_roll_eyes.png"
"name": "short_break_roll_eyes"
},
{
"name": "short_break_rotate_clockwise",
"image": "short_break_rotate_clockwise.png"
"name": "short_break_rotate_clockwise"
},
{
"name": "short_break_rotate_counter_clockwise",
"image": "short_break_rotate_counter_clockwise.png"
"name": "short_break_rotate_counter_clockwise"
},
{
"name": "short_break_blink",
"image": "short_break_blink.png"
"name": "short_break_blink"
},
{
"name": "short_break_focus_far_distance",
"image": "short_break_focus_far_distance.png"
"name": "short_break_focus_far_distance"
},
{
"name": "short_break_drink_water",
"image": "short_break_drink_water.png"
"name": "short_break_drink_water"
}
],
"long_breaks": [
{
"name": "long_break_walk",
"image": "long_break_walk.png"
"name": "long_break_walk"
},
{
"name": "long_break_lean_back",
"image": "long_break_lean_back.png"
"name": "long_break_lean_back"
}
],
"custom_exercises": {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 975 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB