Added the volume and cpu scaling applets

This commit is contained in:
Pierre Pronchery 2009-12-09 23:43:59 +00:00
parent a3e5c1319a
commit cb3bedd4fd

View File

@ -141,11 +141,12 @@ static gboolean _on_idle(gpointer data)
Panel * panel = data; Panel * panel = data;
/* FIXME load all plugins, a configuration file or ask the user */ /* FIXME load all plugins, a configuration file or ask the user */
#ifndef EMBEDDED #ifndef EMBEDDED
const char * plugins[] = { "battery", "clock", "cpu", "desktop", "lock", const char * plugins[] = { "battery", "clock", "cpu", "cpufreq",
"logout", "main", "memory", "pager", "tasks", "volume", NULL }; "desktop", "lock", "logout", "main", "memory", "pager",
"tasks", "volume", NULL };
#else #else
const char * plugins[] = { "clock", "desktop", "main", "tasks", "volume", const char * plugins[] = { "clock", "cpufreq", "desktop", "main",
NULL }; "tasks", "volume", NULL };
#endif #endif
size_t i; size_t i;