Salut à tous.
Un mini problème avec weather-0.0.4 : impossible de changer la couleur du texte!
Je le voudrais en blanc et pour cette raison, j'ai mis FFFFFFFF.
Voilà mon config.txt :
id0 = {'bg': False,
'cc_color': 'FFFFFFFF',
'delay': 1800,
'forecast_color': 'FFFFFFFF',
'location': 'FRXX0153',
'location_color': 'FFFFFFFF',
'location_font_size': 10,
'metric': True,
'show_big_icon': True,
'show_current_conditions': True,
'show_forecast': True,
'small_font_size': 10,
'theme': 'weather.com',
'time_format': 24}
id1 = {'bg': False,
'cc_color': 'FFFFFFFF',
'delay': 1800,
'forecast_color': 'FFFFFFFF',
'location': 'FRXX0153',
'location_color': 'FFFFFFFF',
'location_font_size': 10,
'metric': True,
'show_big_icon': True,
'show_current_conditions': True,
'show_forecast': True,
'small_font_size': 10,
'theme': 'weather.com',
'time_format': 24}
id2 = {'bg': False,
'cc_color': 'FFFFFFFF',
'delay': 1800,
'forecast_color': 'FFFFFFFF',
'location': 'FRXX0153',
'location_color': 'FFFFFFFF,
'location_font_size': 10,
'metric': True,
'show_big_icon': True,
'show_current_conditions': True,
'show_forecast': True,
'small_font_size': 10,
'theme': 'weather.com',
'time_format': 24}
Sinon "id", cela sert à quoi ?
Quand je supprime id1 et id2, cela revient au même qu'avec.
Merci d'avance.