-- graphe d’utilisation du processeur cpugraphwidget = widget({ type = 'graph', name = 'cpugraphwidget', align = 'right' }) cpugraphwidget.height = 0.85 cpugraphwidget.width = 45 cpugraphwidget.bg = '#333333' cpugraphwidget.border_color = '#0a0a0a' cpugraphwidget.grow = 'left' cpugraphwidget:plot_properties_set('cpu', { fg = '#AEC6D8', fg_center = '#285577', fg_end = '#285577', vertical_gradient = false }) wicked.register(cpugraphwidget, wicked.widgets.cpu, '$1', 1, 'cpu')