Always enable the battery and memory applets (when not embedded)
This commit is contained in:
parent
06aa39192f
commit
79cf65bc3e
|
@ -141,8 +141,8 @@ static gboolean _on_idle(gpointer data)
|
|||
Panel * panel = data;
|
||||
/* FIXME load all plugins, a configuration file or ask the user */
|
||||
#ifndef EMBEDDED
|
||||
const char * plugins[] = { "clock", "cpu", "desktop", "lock", "logout",
|
||||
"main", "pager", "tasks", NULL };
|
||||
const char * plugins[] = { "battery", "clock", "cpu", "desktop", "lock",
|
||||
"logout", "main", "memory", "pager", "tasks", NULL };
|
||||
#else
|
||||
const char * plugins[] = { "clock", "desktop", "main", "tasks", NULL };
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue
Block a user