add background settings to the tooltip

This commit is contained in:
arcan1s
2014-08-02 17:49:25 +04:00
parent 5ea8c97094
commit ee39ac9203
7 changed files with 78 additions and 3 deletions

View File

@ -72,6 +72,7 @@ class Reinit():
ptmVars['tooltip'] = {}
ptmVars['tooltip']['colors'] = {}
ptmVars['tooltip']['colors']['background'] = str(settings.get('tooltip_background', 'null'))
ptmVars['tooltip']['colors']['cpu'] = str(settings.get('cpu_color', '#ff0000'))
ptmVars['tooltip']['colors']['cpuclock'] = str(settings.get('cpuclock_color', '#00ff00'))
ptmVars['tooltip']['colors']['mem'] = str(settings.get('mem_color', '#0000ff'))