Re-ordered the applets
This commit is contained in:
parent
20e11a1a8d
commit
80d9eac68f
10
src/panel.c
10
src/panel.c
|
@ -141,12 +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", "cpufreq",
|
const char * plugins[] = { "volume", "battery", "clock", "cpufreq",
|
||||||
"desktop", "lock", "logout", "main", "memory", "pager",
|
"cpu", "desktop", "lock", "logout", "main", "memory", "pager",
|
||||||
"tasks", "volume", NULL };
|
"tasks", NULL };
|
||||||
#else
|
#else
|
||||||
const char * plugins[] = { "clock", "cpufreq", "desktop", "main",
|
const char * plugins[] = { "volume", "battery", "clock", "cpufreq",
|
||||||
"tasks", "volume", NULL };
|
"desktop", "main", "tasks", NULL };
|
||||||
#endif
|
#endif
|
||||||
size_t i;
|
size_t i;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user