add basic settings for attributs

This commit is contained in:
chrys
2017-08-13 22:38:12 +02:00
parent f8cdc9a4cc
commit c193f7140b
4 changed files with 27 additions and 2 deletions

View File

@ -67,8 +67,9 @@ settingsData = {
'dateFormat': '%A, %B %d, %Y',
'autoSpellCheck': False,
'spellCheckLanguage': 'en_US',
'scriptPath':'/usr/share/fenrir/scripts',
'commandPath':'/usr/share/fenrir/commands',
'scriptPath': '/usr/share/fenrir/scripts',
'commandPath': '/usr/share/fenrir/commands',
'attributeFormatString': 'Background fenrirBGColor,Foreground fenrirFGColor,fenrirUnderline,fenrirBold,fenrirBlink,fenrirFont,fenrirFontSize'
},
'focus':{
'cursor': True,