From 0436dcbd8140ca3070040a12c6a986e2eaa7f586 Mon Sep 17 00:00:00 2001 From: chrys Date: Mon, 14 Aug 2017 01:04:25 +0200 Subject: [PATCH] add lable --- config/settings/espeak.settings.conf | 2 +- config/settings/settings.conf | 2 +- config/settings/settings.conf.storm | 2 +- src/fenrir/core/settingsData.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/settings/espeak.settings.conf b/config/settings/espeak.settings.conf index 2d35399c..cda22e19 100644 --- a/config/settings/espeak.settings.conf +++ b/config/settings/espeak.settings.conf @@ -172,7 +172,7 @@ commandPath= #fenrirBlink = speak the blink attribute #fenrirFont = the font #fenrirFontSize = the fontsize -attributeFormatString=Background fenrirBGColor,Foreground fenrirFGColor,fenrirUnderline,fenrirBold,fenrirBlink,fenrirFont,fenrirFontSize +attributeFormatString=Background fenrirBGColor,Foreground fenrirFGColor,fenrirUnderline,fenrirBold,fenrirBlink, Font fenrirFont,Fontsize fenrirFontSize [focus] cursor=True diff --git a/config/settings/settings.conf b/config/settings/settings.conf index a6d1ca18..49babb8e 100644 --- a/config/settings/settings.conf +++ b/config/settings/settings.conf @@ -180,7 +180,7 @@ commandPath= #fenrirBlink = speak the blink attribute #fenrirFont = the font #fenrirFontSize = the fontsize -attributeFormatString=Background fenrirBGColor,Foreground fenrirFGColor,fenrirUnderline,fenrirBold,fenrirBlink,fenrirFont,fenrirFontSize +attributeFormatString=Background fenrirBGColor,Foreground fenrirFGColor,fenrirUnderline,fenrirBold,fenrirBlink, Font fenrirFont,Fontsize fenrirFontSize [focus] #follow the text cursor diff --git a/config/settings/settings.conf.storm b/config/settings/settings.conf.storm index efde299d..9a7d527b 100644 --- a/config/settings/settings.conf.storm +++ b/config/settings/settings.conf.storm @@ -127,7 +127,7 @@ commandPath= #fenrirBlink = speak the blink attribute #fenrirFont = the font #fenrirFontSize = the fontsize -attributeFormatString=Background fenrirBGColor,Foreground fenrirFGColor,fenrirUnderline,fenrirBold,fenrirBlink,fenrirFont,fenrirFontSize +attributeFormatString=Background fenrirBGColor,Foreground fenrirFGColor,fenrirUnderline,fenrirBold,fenrirBlink, Font fenrirFont,Fontsize fenrirFontSize [focus] #follow the text cursor diff --git a/src/fenrir/core/settingsData.py b/src/fenrir/core/settingsData.py index 80d25b93..7cc90e5c 100644 --- a/src/fenrir/core/settingsData.py +++ b/src/fenrir/core/settingsData.py @@ -69,7 +69,7 @@ settingsData = { 'spellCheckLanguage': 'en_US', 'scriptPath': '/usr/share/fenrir/scripts', 'commandPath': '/usr/share/fenrir/commands', - 'attributeFormatString': 'Background fenrirBGColor,Foreground fenrirFGColor,fenrirUnderline,fenrirBold,fenrirBlink,fenrirFont,fenrirFontSize' + 'attributeFormatString': 'Background fenrirBGColor,Foreground fenrirFGColor,fenrirUnderline,fenrirBold,fenrirBlink, Font fenrirFont,Fontsize fenrirFontSize' }, 'focus':{ 'cursor': True,